-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1007 Bytes
/
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
{
"name": "novohookah",
"version": "1.0.0",
"description": "",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"gulp": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://[email protected]/marcusvcribeiro/Hookah.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/marcusvcribeiro/Hookah/issues"
},
"homepage": "https://github.com/marcusvcribeiro/Hookah#readme",
"devDependencies": {
"browser-sync": "^2.9.8",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.0.2",
"gulp-clean": "^0.3.1",
"gulp-concat": "^2.6.0",
"gulp-csslint": "^0.2.0",
"gulp-cssmin": "^0.1.7",
"gulp-html-replace": "^1.5.4",
"gulp-imagemin": "^2.3.0",
"gulp-inject": "^4.2.0",
"gulp-jshint": "^1.11.2",
"gulp-sass": "^3.1.0",
"gulp-sass-bulk-import": "^1.0.1",
"gulp-uglify": "^1.4.1",
"gulp-usemin": "^0.3.14",
"jshint-stylish": "^2.0.1"
}
}