-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 939 Bytes
/
package.json
File metadata and controls
48 lines (48 loc) · 939 Bytes
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
{
"author": "goto100 <admin@objectjs.org> (http://objectjs.org/)",
"name": "objectjs-opm",
"description": "ObjectJS Package Manager",
"version": "0.0.13",
"homepage": "https://github.com/ObjectJS/opm",
"repository": {
"url": "git://github.com/ObjectJS/opm.git"
},
"bin": {
"opm": "./bin/opm"
},
"dependencies": {
"async" : "x",
"wrench": "x",
"coffee-script": "x",
"commander": ">= 0.5.2",
"cssom": "x",
"minimatch": "x",
"nconf": "x",
"pkginfo": "x",
"extension.js" : "x",
"npm-registry-client" : "x",
"init-package-json": "x",
"npmlog" : "x",
"npm" : "x",
"request" : "x",
"tar" : "x",
"glob": "x",
"mkdirp": "x",
"fstream": "x",
"b2t": "x",
"semver": "x",
"uglify-js": ">= 1.1.1",
"xmldom": ">= 0.1.11",
"xpath": ">= 0.0.5"
},
"devDependencies": {
"mocha" : "x"
},
"scripts": {
"test" : "mocha"
},
"optionalDependencies": {},
"engines": {
"node": ">= 0.8.0"
}
}