-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
58 lines (58 loc) · 1.37 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "duo-serve",
"version": "0.15.0",
"description": "A web server for developers using duo",
"keywords": [
"duo",
"serve",
"cli",
"tool"
],
"homepage": "https://github.com/dominicbarnes/duo-serve",
"bugs": "https://github.com/dominicbarnes/duo-serve/issues",
"license": "MIT",
"repository": {
"type": "git",
"url": "http://github.com/dominicbarnes/duo-serve.git"
},
"bin": {
"duo-serve": "./bin/duo-serve",
"_duo-serve": "./bin/_duo-serve"
},
"main": "lib/server.js",
"dependencies": {
"batch": "^0.5.2",
"chalk": "^1.1.0",
"commander": "^2.4.0",
"compression": "^1.2.0",
"debug": "^2.1.0",
"defaults": "^1.0.0",
"delegates": "^0.1.0",
"duo": "^0.15.0",
"errorhandler": "^1.2.0",
"express": "^4.9.0",
"handlebars": "^3.0.0",
"has-generators": "^1.0.1",
"mkdirp": "^0.5.1",
"morgan": "^1.4.0",
"node-netrc": "^0.1.0",
"serve-favicon": "^2.1.7",
"serve-static": "^1.7.1",
"win-fork": "^1.1.1"
},
"devDependencies": {
"@dominicbarnes/eslint-config": "*",
"@dominicbarnes/eslint-config-node": "*",
"@dominicbarnes/eslint-config-test": "*",
"eslint": "^1.0.0",
"glob": "^5.0.3",
"mocha": "^2.2.1",
"nop": "^1.0.0",
"rimraf": "^2.4.2",
"supertest": "^1.0.1"
},
"scripts": {
"lint": "eslint .",
"test": "mocha"
}
}