-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 906 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 906 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
{
"name": "qin",
"version": "0.0.10",
"private": false,
"description": "init the tool",
"bin": "bin/command.js",
"repository": "https://github.com/elrrrrrrr/air",
"author": "elrrrrrrr",
"license": "MIT",
"scripts": {
"eslint": "eslint -c ./.eslintrc .",
"test": "npm run eslint && mocha -R spec --require should"
},
"dependencies": {
"body-parser": "~1.0.0",
"chokidar": "^1.0.1",
"cli-color": "^1.0.0",
"commander": "2.2.0",
"cookie-parser": "~1.0.1",
"express": "~4.0.0",
"freemarker.js": "^1.2.0",
"fs-extra": "0.9.1",
"gulp-gm": "0.0.7",
"jade": "^1.9.2",
"portfinder": "^0.4.0",
"request": "~2.39.0",
"serve-index": "^1.2.0",
"socket.io": "^1.3.5",
"static-favicon": "~1.0.0"
},
"devDependencies": {
"babel-eslint": "~3.1.3",
"eslint": "~2.11.1",
"mocha": "~2.2.5",
"should": "~6.0.1"
}
}