-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 767 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 767 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
{
"name": "indigo",
"version": "0.1.0",
"main": "gulpfile.js",
"repository": {
"type": "git",
"url": "git+https://github.com/sergiokopplin/indigo.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/sergiokopplin/indigo/issues"
},
"homepage": "https://github.com/sergiokopplin/indigo#readme",
"devDependencies": {
"autoprefixer-stylus": "^0.8.1",
"browser-sync": "^2.10.1",
"gulp": "^3.9.0",
"gulp-changed": "^1.3.0",
"gulp-concat": "^2.6.0",
"gulp-imagemin": "^2.4.0",
"gulp-plumber": "^1.0.1",
"gulp-stylus": "^2.2.0",
"nib": "^1.1.0",
"rupture": "^0.6.1"
},
"scripts": {
"build": "bundle exec jekyll build",
"test": "bundle exec htmlproof ./_site"
}
}