-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 960 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 960 Bytes
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
{
"name": "jump",
"version": "1.0.0",
"description": "html5 template",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jaeming/jump_design.git"
},
"keywords": [
"html5",
"responsive"
],
"author": "Benji Dalton",
"license": "CC-BY-NC-ND-4.0",
"bugs": {
"url": "https://github.com/jaeming/jump_design/issues"
},
"homepage": "https://github.com/jaeming/jump_design#readme",
"devDependencies": {
"browser-sync": "^2.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^2.3.1",
"gulp-imagemin": "^2.2.0",
"gulp-minify-css": "^0.4.5",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.0",
"gulp-sass": "^2.0.3",
"gulp-haml": "^0.1.6",
"gulp-uglify": "^1.1.0",
"gulp-util": "^3.0.6"
},
"dependencies": {
"gulp-haml": "^0.1.6",
"imagemin-pngquant": "^4.2.0"
}
}