-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.09 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.09 KB
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": "d3fc-scripts",
"description": "Inspired by react-scripts, common set of scripts for building the d3fc projects",
"repository": {
"type": "git",
"url": "https://github.com/d3fc/d3fc-scripts.git"
},
"keywords": [
"d3fc"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/d3fc/d3fc-scripts/issues"
},
"homepage": "https://github.com/d3fc/d3fc-scripts#readme",
"bin": {
"d3fc-scripts": "./bin/d3fc-scripts.js"
},
"dependencies": {
"babel-preset-es2015": "6.9.0",
"babel-preset-es2015-rollup": "^1.1.1",
"babel-register": "^6.9.0",
"cross-spawn": "^4.0.0",
"eslint": "^3.1.0",
"eslint-config-standard": "^5.1.0",
"eslint-plugin-promise": "^2.0.0",
"eslint-plugin-standard": "^2.0.0",
"jasmine": "^2.4.1",
"jsdom": "^9.4.1",
"rimraf": "^2.5.2",
"rollup": "^0.34.1",
"rollup-plugin-babel": "^2.4.0",
"semantic-release": "^4.3.5",
"uglify-js": "^2.6.2"
},
"scripts": {
"test": "echo 'No tests'",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
}
}