-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
41 lines (41 loc) · 974 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
36
37
38
39
40
41
{
"name": "sudomesh-monitor",
"version": "0.0.2",
"description": "Node.js app using express framework illustrating how to use MemCachier to cache computations",
"author": "Sudo Mesh <[email protected]>",
"license": "MIT",
"scripts": {
"start": "node ./bin/www",
"test": "jasmine"
},
"repository": {
"type": "git",
"url": "https://github.com/sudomesh/monitor"
},
"bugs": {
"url": "https://github.com/sudomesh/monitor/issues"
},
"dependencies": {
"body-parser": "^1.18.2",
"debug": "~0.7.4",
"dotenv": "6.0.0",
"express": "~3.21.2",
"jade": "~1.11.0",
"less-middleware": "0.1.15",
"memjs": "1.1.0",
"mongodb": "3.1.13",
"morgan": "~1.0.0",
"underscore": "1.9.1",
"winston": "0.7.3"
},
"devDependencies": {
"jasmine": "^3.1.0",
"node-env-file": "0.1.8",
"request": "2.85.0",
"supertest": "^3.0.0"
},
"engineStrict": true,
"engines": {
"node": ">=7.6.0"
}
}