forked from tidev/node-appc
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.13 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.13 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
48
49
50
51
52
{
"name": "node-appc",
"description": "Appcelerator Common Node Library",
"homepage":"http://github.com/appcelerator/node-appc",
"keywords": [
"appcelerator"
],
"version": "0.2.37",
"author": {
"name": "Appcelerator, Inc.",
"email": "npmjs@appcelerator.com"
},
"maintainers": [
{"name": "Jeff Haynie", "email": "jhaynie@appcelerator.com"},
{"name": "Chris Barber", "email": "cbarber@appcelerator.com"}
],
"bugs": {
"url": "https://jira.appcelerator.org/browse/TIMOB"
},
"repository": {
"type": "git",
"url": "http://github.com/appcelerator/node-appc.git"
},
"dependencies": {
"adm-zip": "0.4.7",
"async": "1.5.2",
"colors": "1.1.2",
"diff": "2.2.1",
"node-uuid": "1.4.7",
"optimist": "0.6.1",
"request": "2.69.0",
"semver": "5.1.0",
"sprintf": "0.1.5",
"temp": "0.8.3",
"wrench": "1.5.8",
"uglify-js": "2.6.1",
"xmldom": "0.1.22"
},
"devDependencies": {
"jade": "1.11.0",
"mocha": "*",
"should": "8.2.2"
},
"license": "Apache-2.0",
"main": "./index",
"engines": {
"node": ">=0.8"
},
"scripts": {
"test": "mocha --require test/init --reporter spec --check-leaks test/test-*.js"
}
}