-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.42 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.42 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
{
"name": "boundaries.seattle.io",
"version": "2.0.0",
"description": "",
"main": "index.js",
"browser": {
"request": "xhr"
},
"scripts": {
"test": "tape tests/*.js | tap-spec",
"bundle": "browserify browser.js -t sheetify/transform -p [ css-extract -o bundle.css ] > bundle.js",
"start:browser": "budo browser.js:bundle.js -P -- -t sheetify/transform -p [ css-extract -o bundle.css ]",
"start:server": "node server.js",
"start": "npm run start:server & npm run start:browser"
},
"repository": {
"type": "git",
"url": "git+https://github.com/seattleio/boundaries.seattle.io.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/seattleio/boundaries.seattle.io/issues"
},
"homepage": "https://github.com/seattleio/boundaries.seattle.io#readme",
"dependencies": {
"appa": "^2.1.0",
"corsify": "^2.1.0",
"insert-css": "^0.2.0",
"mapbox": "^1.0.0-beta",
"mapbox.js": "^2.4.0",
"request": "^2.72.0",
"seattle-boundaries": "^5.0.0",
"send-action": "^1.0.3",
"sheet-router": "^2.0.3",
"sheetify": "^5.0.0",
"topojson": "^1.6.20",
"turf": "^2.0.2",
"xhr": "^2.2.0",
"xtend": "^4.0.1",
"yo-yo": "^1.1.1",
"qs": "^6.1.0"
},
"devDependencies": {
"browserify": "^13.0.0",
"budo": "^8.2.1",
"css-extract": "^1.1.0",
"tap-spec": "^4.1.0",
"tape": "^4.2.2",
"testron": "^1.2.0"
}
}