forked from MithrilJS/mithril.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.11 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
{
"name": "mithril",
"description": "Mithril.js - A Javascript Framework for Building Brilliant Applications",
"version": "0.2.5",
"homepage": "http://mithril.js.org",
"license": "MIT",
"author": {
"name": "Leo Horie"
},
"repository": {
"type": "git",
"url": "[email protected]:lhorie/mithril.js.git"
},
"bugs": {
"url" : "http://github.com/lhorie/mithril.js/issues"
},
"scripts": {
"test": "grunt test"
},
"main": "mithril.js",
"devDependencies": {
"chai": "^3.4.0",
"eslint": "^1.7.3",
"grunt": "*",
"grunt-cli": "*",
"grunt-contrib-clean": "*",
"grunt-contrib-connect": "^0.11.2",
"grunt-contrib-copy": "*",
"grunt-contrib-uglify": "*",
"grunt-eslint": "^17.3.1",
"grunt-md2html": "*",
"grunt-mocha-phantomjs": "^2.0.0",
"grunt-replace": "*",
"grunt-saucelabs": "*",
"grunt-saucelabs-browsers": "^0.2.0",
"grunt-zip": "*",
"mocha": "^2.3.3",
"request": "^2.67.0",
"sinon": "^1.17.2",
"sinon-chai": "^2.8.0"
},
"files": [
"mithril.min.js",
"mithril.min.js.map",
"mithril.js",
"README.*"
]
}