-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 1.13 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
{
"name": "keeling-js",
"version": "1.3.22",
"description": "Keeling Js, a fast, light weight server based on Express Js",
"main": "index.js",
"scripts": {
"install": "node install.js",
"test": "node test/index.js"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/Liby99/KeelingJs.git"
},
"keywords": [
"nodejs-server"
],
"author": "Liby Lee",
"license": "ISC",
"bugs": {
"url": "https://github.com/Liby99/KeelingJs/issues"
},
"homepage": "https://github.com/Liby99/KeelingJs#readme",
"dependencies": {
"body-parser": "^1.17.1",
"cookie-parser": "^1.4.3",
"ejs": "^2.5.6",
"express": "^4.15.2",
"express-session": "^1.15.2",
"jsonfile": "^2.4.0",
"mongodb": "^2.2.29",
"mysql": "^2.13.0",
"node-schedule": "^1.2.1",
"stack-trace": "0.0.9"
},
"devDependencies": {
"request": "^2.81.0"
},
"files": [
"LICENSE",
"README.md",
"entry.js",
"index.js",
"install.js",
"lib/"
]
}