-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
40 lines (40 loc) · 1.04 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
{
"name": "design4democracy",
"version": "1.0.0",
"description": "Static Jekyll site for NDI's Design 4 Democracy coalition.",
"main": "index.md",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kanopi/design4democracy.git"
},
"author": "Katherine White",
"license": "ISC",
"bugs": {
"url": "https://github.com/kanopi/design4democracy/issues"
},
"homepage": "https://github.com/kanopi/design4democracy#readme",
"devDependencies": {
"browser-sync": "^2.24.4",
"del": "^3.0.0",
"gh-pages": "^1.2.0",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^5.0.0",
"gulp-clean-css": "^3.9.4",
"gulp-concat": "^2.6.1",
"gulp-imagemin": "^4.1.0",
"gulp-notify": "^3.2.0",
"gulp-plumber": "^1.2.0",
"gulp-rename": "^1.3.0",
"gulp-sass": "^4.0.1",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.8",
"read-yaml": "^1.1.0",
"vinyl-source-stream": "^2.0.0"
}
}