forked from caolan/jam
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
56 lines (56 loc) · 1.14 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
{
"name": "jamjs",
"version": "0.10.0",
"description": "",
"maintainers": [
{
"name": "Caolan McMahon",
"web": "https://github.com/caolan"
},
{
"name": "Sergey Kamardin",
"web": "https://github.com/gobwas"
}
],
"dependencies": {
"almond": "0.2.5",
"async": "~0.1.21",
"chance": "^0.7.3",
"fstream": "~1.0.10",
"fstream-ignore": "~1.0.5",
"inherits": "~1.0.0",
"inherits-js": "^0.1.0",
"is-my-json-valid": "^2.12.0",
"json-honey": "^0.4.1",
"mime": "~1.2.4",
"minimatch": "~0.2.5",
"mkdirp": "~0.3.2",
"ncp": "~0.2.6",
"prompt": "0.2.1",
"request": "~2.9.202",
"requirejs": "2.1.4",
"rimraf": "^2.5.4",
"schinquirer": "^0.1.1",
"semver": "~4.3.3",
"tar": "~2.2.1",
"underscore": "~1.8.3"
},
"devDependencies": {
"cuculus": "^0.3.3",
"nodeunit": "0.9.1",
"sinon": "^1.14.1"
},
"repository": {
"type": "git",
"url": "http://github.com/caolan/jam.git"
},
"engines": {
"node": ">= 0.12.2"
},
"bugs": {
"url": "http://github.com/caolan/jam/issues"
},
"bin": {
"jam": "./bin/jam.js"
}
}