-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.08 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
{
"name": "react_D3",
"author": "simontegg",
"version": "0.0.0",
"license": "AGPLv3",
"main": "index.js",
"scripts": {
"develop": "beefy index.js:bundle.js --live --index=index.html",
"build-js": "browserify index.js -o dist/bundle.js -d -p [minifyify --map bundle.map.json --output dist/bundle.map.json --compressPath $(pwd)]",
"build-html": "cp index.html dist/",
"build": "mkdir -p dist && npm run build-html && npm run build-js",
"deploy": "npm run build && gulp deploy"
},
"browserify": {
"transform": [
"reactify"
]
},
"repository": {
"type": "git",
"url": "git://github.com/simontegg/react_d3"
},
"dependencies": {
"d3": "^3.4.11",
"d3-builder": "^0.2.0",
"d3-scale": "0.0.0",
"domready": "*",
"lodash": "^2.4.1",
"mouse-position": "^1.0.0",
"numeric": "^1.2.6",
"react": "^0.11.1",
"reactify": "^0.14.0",
"uuid": "^1.4.1"
},
"devDependencies": {
"beefy": "^2.1.0",
"browserify": "^5.10.1",
"gulp": "^3.8.7",
"gulp-gh-pages": "^0.3.3",
"minifyify": "^4.1.0"
}
}