-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.12 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.12 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
{
"name": "castmydata-server",
"version": "4.2.2",
"description": "CastMyData Server",
"repository": "castmydata/castmydata-server",
"main": "lib/castmydata.js",
"scripts": {
"test": "node_modules/mocha/bin/mocha --check-leaks -b",
"setup": "node scripts/setup.js",
"start": "node_modules/forever/bin/forever start index.js",
"stop": "node_modules/forever/bin/forever stop index.js"
},
"author": "Zulfa Juniadi <zulfajuniadi@gmail.com> (http://www.zulfajuniadi.com)",
"license": "MIT",
"dependencies": {
"async": "^2.0.0-rc.6",
"body-parser": "^1.15.1",
"cors": "^2.7.1",
"dotenv": "^2.0.0",
"express": "^4.13.4",
"forever": "^0.15.2",
"getobject": "^0.1.0",
"hiredis": "^0.4.1",
"randomstring": "^1.1.5",
"redis": "^2.6.0-2",
"sift": "^3.2.1",
"socket.io": "^1.4.6",
"underscore": "^1.8.3",
"underscore-deep-extend": "^1.1.5",
"uuid": "^2.0.2"
},
"devDependencies": {
"castmydata-jsclient": "^4.1.2",
"mocha": "^2.5.3",
"request": "^2.73.0",
"rmdir-sync": "^1.0.1",
"should": "^9.0.2",
"socket.io-client": "^1.4.6"
}
}