UNPKG

1.64 kBJSONView Raw
1{
2 "name": "d3-state-visualizer",
3 "version": "0.4.2",
4 "description": "Visualize your app state with a range of reusable charts",
5 "main": "lib/index.js",
6 "scripts": {
7 "clean": "rimraf lib dist",
8 "build": "babel src --out-dir lib",
9 "build:umd": "webpack src/index.js dist/d3-state-visualizer.js && NODE_ENV=production webpack src/index.js dist/d3-state-visualizer.min.js",
10 "lint": "eslint src examples",
11 "test": "NODE_ENV=test mocha",
12 "test:watch": "NODE_ENV=test mocha --watch",
13 "test:cov": "babel-node ./node_modules/.bin/isparta cover ./node_modules/.bin/_mocha",
14 "prepublish": "npm run lint && npm run clean && npm run build && npm run build:umd"
15 },
16 "repository": {
17 "type": "git",
18 "url": "https://github.com/romseguy/d3-state-visualizer.git"
19 },
20 "keywords": [
21 "d3",
22 "state",
23 "store",
24 "visualization"
25 ],
26 "author": "romseguy",
27 "license": "MIT",
28 "bugs": {
29 "url": "https://github.com/romseguy/d3-state-visualizer/issues"
30 },
31 "homepage": "https://github.com/romseguy/d3-state-visualizer",
32 "devDependencies": {
33 "babel": "^5.5.8",
34 "babel-core": "^5.6.18",
35 "babel-eslint": "^3.1.15",
36 "babel-loader": "^5.1.4",
37 "eslint": "^0.23",
38 "eslint-config-airbnb": "0.0.6",
39 "eslint-plugin-react": "^2.3.0",
40 "expect": "^1.6.0",
41 "isparta": "^3.0.3",
42 "mocha": "^2.2.5",
43 "rimraf": "^2.3.4",
44 "webpack": "^1.9.6",
45 "webpack-dev-server": "^1.8.2"
46 },
47 "dependencies": {
48 "d3": "^3.5.6",
49 "d3tooltip": "^1.0.2",
50 "json-pretty": "0.0.1",
51 "map2tree": "^1.1.2",
52 "ramda": "^0.17.1",
53 "react": "^0.13.3"
54 }
55}