-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
52 lines (52 loc) · 1.47 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
{
"name": "browsochrones",
"description": "Create isochrones and accessibility images in the browser",
"main": "./build/index",
"repository": {
"type": "git",
"url": "https://github.com/conveyal/browsochrones"
},
"scripts": {
"flow": "mastarm flow",
"lint": "mastarm lint",
"prepublish": "mastarm prepublish lib --outdir build",
"prestart": "yarn",
"pretest": "yarn",
"start": "mastarm build --serve example.js:assets/index.js",
"start-webpack": "webpack --watch",
"test": "mastarm lint && mastarm flow && mastarm test",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"author": "Conveyal",
"license": "MIT",
"dependencies": {
"@conveyal/lonlat": "^1.3.0",
"d3-color": "^1.0.3",
"debug": "^2.6.4",
"jsolines": "^0.2.3",
"lodash": "^4.17.4",
"web-worker-promise-interface": "^0.3.0"
},
"devDependencies": {
"babel-loader": "^6.4.1",
"babel-polyfill": "^6.23.0",
"concat-stream": "^1.6.0",
"isomorphic-fetch": "^2.2.1",
"leaflet": "^1.0.2",
"leaflet-transitivelayer": "^0.2.0",
"lodash.reverse": "^4.0.1",
"mastarm": "^3.9.1",
"normalize.css": "^6.0.0",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"semantic-release": "^6.3.2",
"simple-statistics": "^4.0.0",
"tape": "^4.6.3",
"transitive-js": "^0.9.2",
"webpack": "^2.4.1",
"webworkify-webpack": "^2.0.5"
},
"standard": {
"parser": "babel-eslint"
}
}