forked from stealjs/steal
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.09 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.09 KB
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
{
"name": "steal",
"description": "Gets JavaScript.",
"version": "0.6.0-pre.0",
"author": {
"name": "Bitovi",
"email": "contact@bitovi.com",
"web": "http://bitovi.com/"
},
"scripts": {
"test": "grunt test --stack"
},
"dependencies": {
"systemjs": "git://github.com/bitovi/systemjs.git#b664e4cd359c013acb3445627d1e1e1799424542",
"less": "^1.7.0"
},
"devDependencies": {
"system-npm": "0.0.3",
"system-json": "0.0.2",
"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",
"testee": "0.1.1",
"jquery": ">2.0"
},
"system": {
"npmIgnore": ["less"]
},
"repository": {
"type": "git",
"url": "git://github.com/bitovi/steal.git"
},
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/mit-license.php"
}
],
"main": "main"
}