-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.49 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.49 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "@dboxjs/scatter",
"version": "0.1.0",
"description": "A scatter layer for dbox",
"main": "scatter.js",
"scripts": {
"test": "node node_modules/cross-env/dist/bin/cross-env.js NODE_ENV=test ./node_modules/.bin/nyc ./node_modules/.bin/mocha --opts .mocharc",
"build": "rollup -c",
"dev": "rollup -c -w"
},
"prettier": {
"singleQuote": true
},
"repository": {
"type": "git",
"url": "git+https://github.com/dboxjs/scatter.git"
},
"keywords": [
"d3",
"data",
"charts",
"dbox",
"scatter"
],
"author": "Jorge Andrade",
"license": "MIT",
"bugs": {
"url": "https://github.com/dboxjs/scatter/issues"
},
"homepage": "https://github.com/dboxjs/scatter#readme",
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-eslint": "^8.0.3",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-istanbul": "^4.1.4",
"babel-polyfill": "^6.23.0",
"babel-preset-env": "^1.6.1",
"babel-register": "^6.24.1",
"babelrc-rollup": "^3.0.0",
"chai": "^4.1.0",
"cross-env": "^5.0.3",
"eslint": "^4.13.0",
"istanbul": "^0.4.5",
"mocha": "^4.0.1",
"nyc": "^11.1.0",
"rollup": "^0.45.2",
"rollup-plugin-babel": "^3.0.1",
"rollup-plugin-commonjs": "^8.1.0",
"rollup-plugin-eslint": "^4.0.0",
"rollup-plugin-istanbul": "^1.1.0",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-uglify": "^2.0.1",
"rollup-watch": "^4.3.1"
},
"directories": {
"test": "test"
}
}