forked from tidev/node-appc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 868 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
39
{
"name": "node-appc",
"description": "Appcelerator Common Node Library",
"homepage":"http://github.com/appcelerator/node-appc",
"keywords": [
"appcelerator"
],
"version": "0.1.29",
"author": {
"name": "Appcelerator, Inc.",
"email": "[email protected]"
},
"maintainers": [
{"name": "Jeff Haynie", "email": "[email protected]"},
{"name": "Chris Barber", "email": "[email protected]"}
],
"repository": {
"type": "git",
"url": "http://github.com/appcelerator/node-appc.git"
},
"dependencies": {
"async": "0.1.x",
"node-uuid": "1.3.x",
"request": "2.9.x",
"semver": ">=1.0.14",
"sprintf": ">=0.1.1",
"wrench": "1.3.x",
"uglify-js": "1.3.x",
"xmldom": "0.1.11"
},
"license":"Apache Public License v2",
"main": "./lib/appc",
"engines": {
"node": ">=0.8"
},
"scripts": {
"test": "node tests/run.js"
}
}