-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.32 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
{
"name": "mccree",
"version": "1.0.0",
"description": "A front-end framework with node render server.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"author": "XWang1024",
"license": "MIT",
"dependencies": {
"async": "^2.0.1",
"blueimp-md5": "^2.3.1",
"body-parser": "^1.15.2",
"cookie-parser": "^1.4.3",
"express": "^4.14.0",
"express-session": "^1.14.1",
"fs-watch-tree": "^0.2.5",
"http": "0.0.0",
"lodash": "^4.15.0",
"marko": "^3.9.4",
"morgan": "^1.7.0",
"querystring": "^0.2.0",
"redis": "^2.6.2",
"request": "^2.74.0",
"yamljs": "^0.2.8"
},
"devDependencies": {
"babel-preset-es2015": "^6.14.0",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.0",
"gulp-cssnano": "^2.1.2",
"gulp-eslint": "^3.0.1",
"gulp-expect-file": "0.0.7",
"gulp-filter": "^4.0.0",
"gulp-if": "^2.0.1",
"gulp-jsvalidate": "^2.1.0",
"gulp-less": "^3.1.0",
"gulp-livereload": "^3.8.1",
"gulp-load-plugins": "^1.2.4",
"gulp-md5-plus": "^0.2.5",
"gulp-print": "^2.0.1",
"gulp-sync": "^0.1.4",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.7",
"gulp-wrapper": "^1.0.0",
"run-sequence": "^1.2.2"
}
}