forked from stealjs/steal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.36 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
54
55
56
57
58
59
60
61
62
63
64
{
"name": "steal",
"description": "Gets JavaScript.",
"version": "0.16.22",
"author": {
"name": "Bitovi",
"email": "[email protected]",
"web": "http://bitovi.com/"
},
"scripts": {
"test": "grunt test --stack",
"test-windows": "grunt test-windows --stack"
},
"dependencies": {
"less": "^2.4.0",
"steal-systemjs": "^0.17.5",
"system-json": "^0.1.0"
},
"devDependencies": {
"steal-css": "0.4.1",
"steal-less": "0.2.2",
"system-npm": "0.6.20",
"system-live-reload": "1.4.0",
"system-trace": "0.2.6",
"steal-env": "^1.0.0",
"babel-core": "5.8.14",
"bower": "1.3.8",
"grunt": "~0.4.1",
"grunt-cli": "^0.1.13",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-watch": "~0.3.0",
"grunt-release": "^0.7.0",
"grunt-simple-mocha": "^0.4.0",
"jquery": "^1.11.0",
"testee": "^0.2.0"
},
"system": {
"npmIgnore": [
"less"
]
},
"repository": {
"type": "git",
"url": "git://github.com/stealjs/steal.git"
},
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/mit-license.php"
}
],
"main": "main",
"keywords": [
"stealjs",
"donejs",
"systemjs",
"modules",
"es6",
"bundling"
]
}