-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
51 lines (51 loc) · 1.3 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
{
"name": "d3-es6-boilerplate",
"version": "1.0.0",
"description": "Boilerplate for D3 projects with Javascript ES6+ Babel, Gulp, Rollup",
"main": "dist/index.html",
"homepage": "https://github.com/Packet-Clearing-House/d3-es6-boilerplate#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/Packet-Clearing-House/d3-es6-boilerplate.git"
},
"bugs": "https://github.com/Packet-Clearing-House/d3-es6-boilerplate/issues",
"author": {
"name": "Mohammed Elalj",
"email": "[email protected]",
"url": "https://www.pch.net"
},
"license": "GPL-3.0",
"readmeFilename": "README.md",
"scripts": {
"build": "gulp dist",
"start": "gulp"
},
"keywords": [
"d3",
"vizualisation",
"es6",
"jspm",
"gulp",
"boilerplate",
"babel",
"rollup"
],
"devDependencies": {
"babel": "^6.3.26",
"babel-preset-es2015-rollup": "^1.1.1",
"bower-files": "^3.11.3",
"browser-sync": "^2.11.1",
"del": "^2.2.0",
"eslint": "^1.10.3",
"eslint-config-airbnb": "^4.0.0",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-cssnano": "^2.1.1",
"gulp-replace": "^0.5.4",
"gulp-rimraf": "^0.2.0",
"gulp-sequence": "^0.4.5",
"gulp-uglify": "^1.5.2",
"rollup": "^0.25.1",
"rollup-plugin-babel": "^2.3.9"
}
}