-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
44 lines (44 loc) · 1.06 KB
/
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
40
41
42
43
44
{
"name": "posm-admin",
"version": "0.0.1",
"description": "The POSM administration application used to control POSM data provisioning and deployment.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hallahan/posm-admin.git"
},
"keywords": [
"POSM",
"OpenStreetMap",
"OpenMapKit",
"console",
"socket.io",
"deployment",
"provision"
],
"author": "Nicholas Hallahan",
"license": "MIT",
"bugs": {
"url": "https://github.com/hallahan/posm-admin/issues"
},
"homepage": "https://github.com/hallahan/posm-admin#readme",
"dependencies": {
"async": "^2.4.1",
"body-parser": "^1.15.0",
"cors": "^2.7.1",
"express": "^4.13.4",
"fs": "0.0.2",
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",
"node-uuid": "^1.4.7",
"nodejs-disks": "^0.2.1",
"path": "^0.12.7",
"recursive-readdir": "^2.2.1",
"request": "^2.69.0",
"serve-index": "^1.7.3",
"socket.io": "^1.4.5"
}
}