-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
executable file
·51 lines (51 loc) · 1.27 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
48
49
50
51
{
"name": "remark-boilerplate",
"version": "1.1.0",
"description": "A boilerplate to create presentations using remark, Gulp, Stylus and more",
"homepage": "https://github.com/brenopolanski/remark-boilerplate#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/brenopolanski/remark-boilerplate.git"
},
"keywords": [
"remark-boilerplate",
"remark",
"slideshow",
"presentation",
"boilerplate",
"markdown",
"gulp",
"stylus",
"jade",
"highlight"
],
"author": {
"name": "Breno Polanski",
"email": "breno.polanski@gmail.com",
"web": "http://brenopolanski.com",
"twitter": "@brenopolanski"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/brenopolanski/remark-boilerplate/issues"
},
"scripts": {
"clean": "rm -r node_modules/; rm -r build/"
},
"devDependencies": {
"autoprefixer": "^6.7.7",
"browser-sync": "^2.18.8",
"gulp": "^3.9.1",
"gulp-cache": "^0.4.6",
"gulp-concat": "^2.6.1",
"gulp-csscomb": "^3.0.8",
"gulp-gh-pages": "^0.5.4",
"gulp-imagemin": "^3.2.0",
"gulp-jade": "^1.1.0",
"gulp-plumber": "^1.1.0",
"gulp-stylus": "^2.6.0",
"gulp-uglify": "^2.1.2",
"gulp-util": "^3.0.8",
"poststylus": "^0.2.3"
}
}