-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.91 KB
/
Copy pathpackage.json
File metadata and controls
68 lines (68 loc) · 1.91 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
59
60
61
62
63
64
65
66
67
68
{
"name": "vizart-geo",
"version": "2.0.2",
"description": "VizArt: Geo",
"main": "dist/vizart-geo.js",
"module": "dist/vizart-geo.esm.js",
"jsnext:main": "dist/vizart-geo.esm.js",
"style": "dist/vizart-geo.css",
"scripts": {
"_prebuild": "eslint src test",
"dev": "rollup -c rollup.config.dev.js -w",
"build": "rollup -c",
"watch": "rollup -c -w",
"pretest": "npm run build",
"test:watch": "mocha --reporter min --watch",
"test": "mocha",
"test:cover": "babel-node ./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha",
"prepublish": "npm test",
"pretty": "prettier --single-quote --trailing-comma es5 --write \"{src,__{tests,mocks,demo,dist}__}/**/*.js\""
},
"files": [
"src",
"dist"
],
"dependencies": {
"d3-geo": "^1.11.3",
"d3-selection": "^1.3.2",
"d3-transition": "^1.1.3",
"vizart-core": "^2.0.4"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-eslint": "^10.0.1",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-es2015": "^6.24.1",
"babel-register": "^6.26.0",
"babelrc-rollup": "^3.0.0",
"eslint": "^5.10.0",
"istanbul": "^1.1.0-alpha.1",
"rollup-plugin-babel": "^3.0.3",
"mocha": "^5.2.0",
"prettier": "1.15.3",
"rollup": "^0.67.4",
"rollup-plugin-commonjs": "^9.2.0",
"rollup-plugin-json": "^3.1.0",
"rollup-plugin-livereload": "^0.6.0",
"rollup-plugin-local-resolve": "^1.0.7",
"rollup-plugin-node-resolve": "^3.4.0",
"rollup-plugin-postcss": "^1.6.3",
"rollup-plugin-serve": "^0.6.0",
"rollup-watch": "^4.3.1"
},
"repository": {
"type": "git",
"url": "https://github.com/VizArtJS/vizart-geo.git"
},
"keywords": [
"ES6",
"VizArt",
"D3V4",
"Chorolpleth",
"Data Visualization"
],
"author": "Xing Yun",
"license": "MIT",
"homepage": "https://vizartjs.github.io"
}