This repository was archived by the owner on Sep 17, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
56 lines (56 loc) · 1.57 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "pipe-map",
"version": "1.0.0",
"description": "A small map vis",
"main": "index.js",
"dependencies": {
"d3-dsv": "^1.0.3",
"d3-format": "^1.0.2",
"d3-geo": "^1.4.0",
"d3-request": "^1.0.3",
"d3-scale": "^1.0.4",
"d3-selection": "^1.0.3",
"d3-transition": "^1.0.3",
"es6-promise": "^4.0.5",
"jquery": "^3.1.1",
"lodash.debounce": "^4.0.8",
"lodash.filter": "^4.6.0",
"lodash.sortby": "^4.7.0",
"moment": "^2.15.2",
"topojson": "^2.0.0",
"topojson-client": "^2.1.0",
"vue": "^2.0.5",
"vue-router": "^2.0.1"
},
"devDependencies": {
"autoprefixer": "^6.5.3",
"babel-core": "^6.18.2",
"babel-loader": "^6.2.7",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-runtime": "^6.18.0",
"css-loader": "^0.25.0",
"file-loader": "^0.9.0",
"lodash.filter": "^4.6.0",
"vue-hot-reload-api": "^2.0.6",
"vue-html-loader": "^1.2.3",
"vue-loader": "^9.8.1",
"vue-style-loader": "^1.0.0",
"webpack": "^1.13.3",
"webpack-dev-server": "^1.16.2"
},
"scripts": {
"dev": "webpack-dev-server --inline --hot --no-info",
"build": "NODE_ENV=production webpack --progress --hide-modules",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ACollectionOfAtoms/pipe-map.git"
},
"author": "ACollectionOfAtoms",
"license": "MIT",
"bugs": {
"url": "https://github.com/ACollectionOfAtoms/pipe-map/issues"
},
"homepage": "https://github.com/ACollectionOfAtoms/pipe-map#readme"
}