-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
52 lines (52 loc) · 1.22 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
{
"name": "blockup",
"version": "2.2.14",
"description": "bl.ocks helper / generator",
"main": "src/index.js",
"bin": {
"blockup": "src/index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gabrielflorit/blockup.git"
},
"keywords": [
"bl.ocks"
],
"author": "Gabriel Florit",
"license": "MIT",
"bugs": {
"url": "https://github.com/gabrielflorit/blockup/issues"
},
"homepage": "https://github.com/gabrielflorit/blockup#readme",
"dependencies": {
"babel-core": "^6.24.0",
"babel-loader": "^7.0.0",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-env": "^1.2.1",
"browser-sync": "^2.16.0",
"chalk": "^1.1.3",
"fs-extra": "^0.30.0",
"gistup": "^0.1.3",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-clean-css": "^2.0.13",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-stylus": "^2.5.0",
"gulp-util": "^3.0.7",
"inquirer": "^1.2.2",
"webpack": "^2.6.1",
"webpack-stream": "^3.2.0",
"yargs": "^5.0.0"
},
"standard": {
"globals": [
"d3"
]
}
}