-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 966 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 966 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
{
"name": "barricade",
"version": "0.1.0",
"description": "docs",
"main": "gulpfile.js/index.js",
"author": "David Coallier",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/barricadeio/docs.git"
},
"devDependencies": {
"bower": "^1.7.1",
"del": "^2.2.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-cache": "^0.4.1",
"gulp-concat": "^2.6.0",
"gulp-cssnano": "^2.1.0",
"gulp-imagemin": "^2.4.0",
"gulp-jshint": "^2.0.0",
"gulp-livereload": "^3.8.1",
"gulp-minify-css": "^1.2.2",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-ruby-sass": "^2.0.6",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.1",
"gulp-xml2json": "^0.1.5",
"hugo-lunr": "0.0.4",
"gray-matter": "2.0.2",
"remove-markdown": "0.1.0",
"streamqueue": "^1.1.1",
"striptags": "2.1.1",
"toml": "2.3.0",
"jshint": "^2.8.0"
}
}