forked from caolan/jam
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 969 Bytes
/
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
{
"name": "jamjs",
"version": "0.2.17",
"description": "",
"maintainers": [
{"name": "Caolan McMahon", "web": "https://github.com/caolan"}
],
"dependencies": {
"tar": "~0.1.13",
"fstream-ignore": "~0.0.5",
"fstream": "~0.1.18",
"mkdirp": "~0.3.2",
"inherits": "~1.0.0",
"async": "~0.1.21",
"mime": "~1.2.4",
"underscore": "~1.3.3",
"prompt": "0.2.1",
"rimraf": "~2.0.1",
"semver": "~1.0.9",
"ncp": "~0.2.6",
"minimatch": "~0.2.5",
"request": "~2.9.202",
"almond": "0.2.5",
"requirejs": "2.1.4"
},
"devDependencies": {
"nodeunit": "0.7.4"
},
"repository": {
"type": "git",
"url": "http://github.com/caolan/jam.git"
},
"engines": {"node": ">= 0.6.x"},
"bugs": {"url": "http://github.com/caolan/jam/issues"},
"bin": {
"jam": "./bin/jam.js"
}
}