-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.39 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
52
53
54
55
{
"name": "dataviz-starter",
"version": "0.0.3",
"private": true,
"description": "Vocativ dataviz starter/boilerplate",
"main": "gulpfile.js",
"scripts": {
"deps": "npm install -g bower bower-installer nib stylus && npm install",
"bootstrap": "gulp git-reset",
"start": "gulp",
"github": "gulp github",
"deploy": "gulp deploy"
},
"repository": {
"type": "git",
"url": "https://github.com/vocativ-dataviz/starter.git"
},
"author": "EJ Fox <[email protected]>",
"contributors": "Gerald Rich <[email protected]>",
"bugs": {
"url": "https://github.com/vocativ-dataviz/starter/issues"
},
"homepage": "https://github.com/Vocativ/dataviz-starter",
"dependencies": {
"bower": "*",
"bower-installer": "*",
"gulp": "*",
"gulp-awspublish": "*",
"gulp-bower": "*",
"gulp-concat": "*",
"gulp-filesize": "*",
"gulp-gh-pages": "*",
"gulp-htmlmin": "*",
"gulp-if": "*",
"gulp-insert": "*",
"gulp-load-plugins": "*",
"gulp-minify-css": "*",
"gulp-mustache-plus": "*",
"gulp-notify": "*",
"gulp-order": "*",
"gulp-plumber": "*",
"gulp-prefix": "*",
"gulp-rename": "*",
"gulp-shell": "*",
"gulp-sourcemaps": "*",
"gulp-stylus": "*",
"gulp-uglify": "*",
"gulp-util": "*",
"gulp-watch": "*",
"gulp-webserver": "*",
"moment": "^2.12.0",
"nib": "*",
"stylus": "*"
}
}