-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 898 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
{
"name": "bombastic",
"version": "0.1.0",
"description": "Android manifest automation server",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/finik/bombastic.git"
},
"keywords": [
"bom",
"manifest",
"android",
"jenkins"
],
"author": "Dmitry Fink",
"license": "BSD",
"dependencies": {
"express": "2.5.10",
"winston": "0.6.2",
"ejs": "0.7.2",
"xml2json": "git://github.com/finik/node-xml2json.git#5051c6513ba35b9499d1ab8b40f430897a338102",
"mongodb": "1.0.2",
"temp": "0.4.0",
"ldapauth": "git://github.com/finik/node-ldapauth.git#617c57c0624017bf976523d81bb55adbddfdddc4",
"pretty-data": "0.40.0",
"request": "2.9.203",
"underscore": "~1.3.3",
"cjson": "0.0.6"
}
}