-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.28 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
{
"name": "j_hfc_relay",
"version": "1.0.0",
"description": "HFC Frontent Framework",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NilsDannemann/j_hfc_relay.git"
},
"author": "Nils Dannemann",
"license": "ISC",
"bugs": {
"url": "https://github.com/NilsDannemann/j_hfc_relay/issues"
},
"homepage": "https://github.com/NilsDannemann/j_hfc_relay#readme",
"devDependencies": {
"browser-sync": "^2.11.1",
"del": "^2.2.0",
"glob": "^6.0.4",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-concat": "^2.6.0",
"gulp-cssimport": "^2.1.2",
"gulp-cssnano": "^2.1.0",
"gulp-gh-pages": "^0.5.4",
"gulp-htmlmin": "^1.3.0",
"gulp-imagemin": "^2.4.0",
"gulp-notify": "^2.2.0",
"gulp-prompt": "^0.1.2",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-requirejs-optimize": "^0.3.1",
"gulp-sass": "^2.1.1",
"gulp-shell": "^0.5.1",
"gulp-uncss": "^1.0.4",
"imagemin-gifsicle": "^4.2.0",
"imagemin-jpegtran": "^4.3.2",
"imagemin-optipng": "^4.3.0",
"imagemin-pngquant": "^4.2.0",
"run-sequence": "^1.1.5",
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {}
}