-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 loc) · 1.13 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
{
"name": "LapisBlue-docs",
"private": true,
"version": "0.0.0",
"dependencies": {
"bower": "^1.4.1",
"connect": "^3.3.5",
"connect-livereload": "^0.5.3",
"del": "^1.1.1",
"front-matter": "^1.0.0",
"glob": "^5.0.5",
"gulp": "^3.8.11",
"gulp-coffee": "^2.3.1",
"gulp-concat": "^2.5.2",
"gulp-data": "^1.2.0",
"gulp-filter": "^2.0.2",
"gulp-gh-pages": "^0.5.1",
"gulp-inject": "^1.2.0",
"gulp-jade": "^1.0.0",
"gulp-livereload": "^3.8.0",
"gulp-markdown": "^1.0.0",
"gulp-minify-css": "^1.1.0",
"gulp-sourcemaps": "^1.5.2",
"gulp-stylus": "^2.0.1",
"gulp-uglify": "^1.2.0",
"gulp-webserver": "^0.9.0",
"gulp-wrap": "^0.11.0",
"highlight.js": "^8.5.0",
"jade": "^1.9.2",
"main-bower-files": "^2.7.0",
"marked": "^0.3.3",
"mkdirp": "^0.5.0",
"nib": "^1.1.0",
"open": "0.0.5",
"run-sequence": "^1.1.0",
"serve-index": "^1.6.3",
"serve-static": "^1.9.2"
},
"scripts": {
"dev": "gulp dev",
"travis-deploy": "./node_modules/.bin/bower install && ./node_modules/.bin/gulp travis-deploy"
},
"license": "MIT"
}