-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
47 lines (47 loc) · 1.23 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
{
"name": "boundaries",
"version": "2.0.0",
"description": "",
"main": "index.js",
"browser": {
"request": "xhr"
},
"scripts": {
"deploy": "npm run bundle && staticland . boundaries.seattle.io",
"test": "tape tests/*.js | tap-spec",
"bundle": "browserify index.js -t sheetify/transform -p [ css-extract -o bundle.css ] > bundle.js",
"start": "budo index.js:bundle.js -P -- -t sheetify/transform -p [ css-extract -o bundle.css ]"
},
"repository": {
"type": "git",
"url": "git+https://github.com/seattleio/boundaries.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/seattleio/boundaries/issues"
},
"homepage": "https://github.com/seattleio/boundaries#readme",
"dependencies": {
"choo": "^4.0.0-5",
"dom-css": "^2.1.0",
"insert-css": "^1.0.0",
"mapbox": "^1.0.0-beta4",
"mapbox.js": "^3.0.0",
"qs": "^6.3.0",
"request": "^2.78.0",
"seattle-boundaries": "^5.0.0",
"turf": "^3.0.14",
"xhr": "^2.2.2",
"xtend": "^4.0.1"
},
"devDependencies": {
"browserify": "^13.1.1",
"budo": "^9.2.1",
"css-extract": "^1.1.3",
"sheetify": "^5.2.0",
"tap-spec": "^4.1.1",
"tape": "^4.6.2",
"testron": "^1.2.0"
}
}