-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.03 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
{
"name": "space.services",
"version": "1.1.34",
"description": "s p a c e shared services lib",
"main": "index.js",
"scripts": {
"test": "mocha tests/*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gkathan/space.services.git"
},
"dependencies": {
"async": "^0.9.0",
"config": "^1.10.0",
"debug": "~2.1.1",
"forever": "^0.14.1",
"jsondiffpatch": "^0.1.31",
"lodash": "^3.1.0",
"moment": "^2.9.0",
"moment-duration-format": "^1.3.0",
"mongodb": "^2.0.21",
"mongojs": "~0.18",
"node-fetch": "^1.3.3",
"node-rest-client": "^1.4.4",
"node-schedule": "^0.1.16",
"npmlog": "^1.0.0",
"socket.io": "^1.3.5",
"space.services": "^1.1.1",
"underscore": "^1.8.3",
"underscore.nest": "^0.1.1",
"winston": "^0.9.0"
},
"keywords": [
"space"
],
"author": "cactus",
"license": "ISC",
"bugs": {
"url": "https://github.com/gkathan/space.services/issues"
},
"homepage": "https://github.com/gkathan/space.services#readme"
}