-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 915 Bytes
/
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
{
"name": "c2",
"version": "0.1.22",
"description": "d3 component canvas",
"main": "dist/c2.node.js",
"author": {
"name": "Trevor Lovell"
},
"keywords": [
"d3",
"canvas",
"context2d"
],
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/TaDaa/c2.git"
},
"scripts": {
"prepublish": "npm run build",
"build": "rm -rf dist/*.js && webpack",
"cp": "cp dist/c2.node.js ../tadaa.github.io/node_modules/c2/dist/c2.node.js",
"postpublish": "git push --follow-tags"
},
"devDependencies": {
"babel-core": "^6.24.0",
"babel-loader": "^6.4.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.0",
"babel-runtime": "^6.23.0",
"uglify": "^0.1.5",
"webpack": "^1.13.2",
"d3": "^3.0.0 || ^4.0.0 || ^5.0.0"
},
"peerDependencies": {
"d3": "^3.0.0 || ^4.0.0 || ^5.0.0"
}
}