forked from shutterstock/ntfserver
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 815 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 815 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
{
"name": "ntfserver",
"description": "Network Testing Framework Server",
"version": "0.0.9",
"author": "NTF Maintainers <ntf-maintainers@shutterstock.com>",
"engines": { "node": ">= 0.6" },
"dependencies": {
"async": ">= 0.1.10",
"clean-css": ">= 1.0.0",
"express": ">= 2.4.7; < 2.6",
"mysql": ">= 2.0.0-alpha5",
"redis": ">= 0.6.7",
"setting": ">= 0.1.0",
"socket.io": ">= 0.9.2",
"swig": "0.13.4",
"uglify-js": ">= 2.2.5"
},
"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"
}