forked from conveyal/browsochrones
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.38 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
{
"name": "browsochrones",
"description": "Create isochrones and accessibility images in the browser",
"main": "./build/index",
"repository": {
"type": "git",
"url": "https://github.com/conveyal/browsochrones"
},
"scripts": {
"lint": "mastarm lint",
"prepublish": "mastarm prepublish lib --outdir build",
"prestart": "yarn",
"start": "mastarm build --serve example.js:assets/index.js",
"start-webpack": "webpack --watch",
"test": "mastarm lint",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"author": "Conveyal",
"license": "MIT",
"dependencies": {
"color": "^0.11.4",
"debug": "^2.3.3",
"jsolines": "^0.2.3",
"lodash.fill": "^3.4.0",
"lodash.slice": "^4.2.0",
"lonlng": "^0.2.0",
"web-worker-promise-interface": "^0.2.1"
},
"devDependencies": {
"babel-loader": "^6.2.10",
"babel-polyfill": "^6.22.0",
"concat-stream": "^1.5.2",
"isomorphic-fetch": "^2.2.1",
"leaflet-transitivelayer": "^0.2.0",
"lodash.reverse": "^4.0.1",
"mapbox.js": "^3.0.1",
"mastarm": "^3.0.0",
"normalize.css": "^5.0.0",
"react": "^15.4.1",
"react-dom": "^15.4.1",
"semantic-release": "^6.3.2",
"tape": "^4.6.3",
"transitive-js": "^0.9.2",
"webpack": "^2.2.1",
"webworkify-webpack": "^2.0.1"
},
"standard": {
"parser": "babel-eslint"
}
}