-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.17 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
{
"dependencies": {
"body-parser": "^1.18.2",
"consolidate": "^0.14.5",
"cookie-parser": "^1.4.3",
"cookie-session": "^1.3.2",
"crypto": "^1.0.1",
"ejs": "^2.5.7",
"express": "^4.16.2",
"express-handlebars": "^3.0.0",
"express-route": "^0.1.4",
"express-static": "^1.2.4",
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-compass": "^2.1.0",
"gulp-file-include": "^1.2.0",
"gulp-livereload": "^3.8.1",
"gulp-run-sequence": "^0.3.2",
"gulp-sass": "^3.1.0",
"gulp-watch": "^4.3.11",
"log-symbols": "^2.1.0",
"multer": "^1.3.0",
"mysql": "^2.15.0",
"path": "^0.12.7",
"require-dir": "^0.3.2"
},
"name": "penta",
"description": "smartroadiot官网",
"version": "1.0.0",
"main": "penta.js",
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/linYeeTracy/penta.git"
},
"keywords": [
"penta"
],
"author": "lqBai",
"license": "ISC",
"bugs": {
"url": "https://github.com/linYeeTracy/penta/issues"
},
"homepage": "https://github.com/linYeeTracy/penta#readme"
}