-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.1 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": "spy-server",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "mocha test/index.ls --compilers ls:livescript",
"coverage": "gulp coverage",
"coveralls": "gulp coverage && cat coverage/lcov.info | coveralls",
"configure": "cp config.sample.ls config.ls"
},
"author": "Furqan Zafar",
"license": "ISC",
"dependencies": {
"assert": "^1.3.0",
"async-ls": "0.0.3",
"body-parser": "^1.12.2",
"cli-color": "^1.0.0",
"cookie-parser": "^1.3.4",
"cors": "^2.5.3",
"express": "^4.12.3",
"ip": "^1.1.0",
"mongodb": "^2.0.39",
"pipend-spy": "0.0.4",
"prelude-extension": "0.0.6",
"prelude-ls": "^1.1.1",
"request": "^2.55.0",
"serve-favicon": "^2.2.0"
},
"devDependencies": {
"coveralls": "^2.11.4",
"gulp": "^3.9.0",
"gulp-exit": "0.0.2",
"gulp-livescript": "^2.4.0",
"gulp-livescript-istanbul": "0.0.1",
"gulp-mocha": "^2.1.3",
"gulp-nodemon": "^2.0.4",
"istanbul": "^0.3.21",
"livescript": "^1.4.0",
"mocha": "^2.3.3",
"mocha-lcov-reporter": "^1.0.0"
}
}