-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.14 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.14 KB
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
{
"name": "helloworld-application",
"private": true,
"version": "0.0.1",
"repository": {
"type": "git",
"url": "https://github.com/iotbzh/helloworld-application"
},
"scripts": {
"postinstall": "bower install",
"build": "./node_modules/.bin/gulp clean-build-app-dev",
"start": "node node_modules/.bin/gulp watch-dev"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-debug": "^3.2.0",
"gulp-load-plugins": "^1.5.0",
"gulp-task-listing": "^1.0.1",
"gulp-clean-css": "^3.9.3",
"gulp-concat": "^2.6.1",
"gulp-empty": "^0.1.2",
"gulp-htmlhint": "2.1.1",
"gulp-htmlmin": "^4.0.0",
"gulp-inject": "^4.3.2",
"gulp-jshint": "^2.1.0",
"gulp-livereload": "^3.8.1",
"gulp-order": "^1.1.1",
"gulp-print": "^5.0.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.6.1",
"gulp-sass": "^4.0.1",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "^3.0.0",
"bower": "^1.8.4",
"del": "^3.0.0",
"main-bower-files": "^2.13.1",
"q": "^2.0.3",
"gulp-imagemin": "^4.1.0",
"imagemin-pngquant": "^5.1.0",
"gulp-sym": "^1.0.2",
"jshint-stylish": "^2.2.1"
},
"dependencies": {
}
}