-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 loc) · 944 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
42
43
44
{
"name": "chlz",
"version": "1.0.0",
"description": "车厘子",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fakerBABA/Chlz.git"
},
"keywords": [
"project",
"mock",
"api"
],
"author": "lt, zh, cr",
"license": "ISC",
"bugs": {
"url": "https://github.com/fakerBABA/Chlz/issues"
},
"homepage": "https://github.com/fakerBABA/Chlz#readme",
"dependencies": {
"connect-redis": "^3.1.0",
"crypto": "0.0.3",
"ejs": "^2.5.1",
"express": "^4.14.0",
"express-session": "^1.14.0",
"less": "^2.7.1",
"less-loader": "^2.2.3",
"mongoose": "^4.5.3",
"redis": "^2.6.2",
"sildate": "^1.0.0",
"webpack": "^1.13.1"
},
"devDependencies": {
"css-loader": "^0.23.1",
"style-loader": "^0.13.1"
}
}