-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 993 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 993 Bytes
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": "ntfserver",
"description": "Network Testing Framework Server",
"version": "0.0.14",
"author": "NTF Maintainers <ntf-maintainers@shutterstock.com>",
"engines": {
"node": ">= 0.8"
},
"dependencies": {
"async": ">= 0.1.10",
"clean-css": ">= 1.0.0",
"express": ">= 4.0",
"heapdump": "0.1.0",
"mysql": ">= 2.0.0-alpha5",
"redis": ">= 0.6.7",
"setting": ">= 0.1.0",
"socket.io": ">= 0.9.2",
"swig": "1.3.0",
"uglify-js": ">= 2.2.5",
"body-parser": "~1.0.0",
"cookie-parser": ">= 1.3.2",
"errorhandler": ">= 1.1.1",
"morgan": ">= 1.2.2"
},
"devDependencies": {
"nodeunit": ">= 0.6.4"
},
"repository": {
"type": "git",
"url": "https://github.com/shutterstock/ntfserver.git"
},
"scripts": {
"install": "make static",
"test": "./node_modules/.bin/nodeunit test"
},
"bugs": {
"url": "https://github.com/shutterstock/ntfserver/issues"
},
"main": "./lib",
"license": "MIT"
}