-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.28 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "mithril-hobbit",
"version": "0.0.5",
"description": "Framework to bring modern tools to the Mithril ecosystem",
"repository": "Minivera/mithril-hobbit",
"license": "MIT",
"main": "src/index.js",
"scripts": {
"clean": "git clean -fdX .",
"build": "node ./build/build.js"
},
"module": "./es/index.js",
"files": [
"umd",
"es",
"index.js",
"archivist.js",
"navigator.js",
"decorator.js"
],
"keywords": [
"mithril",
"umbrella",
"routing",
"history"
],
"author": "Minivera",
"peerDependencies": {
"mithril": "^1.1.6"
},
"dependencies": {
"babel-plugin-transform-imports": "^1.5.0",
"mithril-hobbit-archivist": "^0.2.0",
"mithril-hobbit-decorator": "^0.3.0",
"mithril-hobbit-navigator": "^0.3.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-eslint": "^8.2.3",
"babel-jest": "^22.4.3",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-env": "^1.3.2",
"babel-preset-stage-3": "^6.22.0",
"node-sass": "^4.9.0",
"raf": "^3.4.0",
"rollup": "^0.58.2",
"rollup-plugin-babel": "^3.0.4",
"rollup-plugin-commonjs": "^9.1.0",
"rollup-plugin-node-resolve": "^3.3.0",
"rollup-plugin-replace": "^2.0.0",
"rollup-plugin-uglify": "^3.0.0"
}
}