-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.3 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
53
54
55
56
57
{
"name": "prv",
"version": "1.0.0",
"description": "PRV team website",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/designhorf/prv.git"
},
"keywords": [
"html",
"css",
"javascript",
"single",
"page",
"app",
"node.js"
],
"author": "designhorf",
"license": "MIT",
"bugs": {
"url": "https://github.com/designhorf/prv/issues"
},
"homepage": "https://github.com/designhorf/prv#readme",
"devDependencies": {
"autoprefixer": "^6.5.3",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-clean": "^0.3.2",
"gulp-copy": "^1.0.0",
"gulp-gzip": "^1.4.0",
"gulp-htmlmin": "^3.0.0",
"gulp-imagemin": "^3.2.0",
"gulp-postcss": "^6.4.0",
"gulp-sass": "^3.1.0",
"gulp-sass-lint": "^1.3.2",
"gulp-tinifier": "^1.0.2",
"gulp-uglify": "^2.1.2",
"gulp-uncss": "^1.0.6",
"pump": "^1.0.2",
"run-sequence": "^1.2.2"
},
"dependencies": {
"cookie-parser": "^1.4.3",
"ejs": "^2.5.6",
"express": "^4.15.2",
"express-generator": "^4.15.0",
"imagemin": "^5.2.2",
"imagemin-optipng": "^5.2.1",
"mime": "^1.3.4",
"tiny-slider": "^2.3.11"
}
}