forked from hotosm/oam-browser
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.05 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.05 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
{
"name": "oam-browser",
"version": "1.0.0",
"description": "",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0",
"install": "bundle install --path bundle/cache"
},
"author": "DevelopmentSeed",
"devDependencies": {
"browser-sync": "^2.5.3",
"browserify": "^6.2.0",
"eslint-plugin-react": "^2.5.2",
"glob": "^4.0.6",
"gulp": "^3.8.11",
"gulp-clean": "^0.3.1",
"gulp-compass": "^2.0.4",
"gulp-sourcemaps": "^1.5.2",
"gulp-streamify": "0.0.5",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.4",
"reactify": "^0.15.2",
"run-sequence": "^1.0.2",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^0.1.1",
"watchify": "^2.1.1"
},
"dependencies": {
"jquery": "^2.1.4",
"lodash": "^3.8.0",
"mapbox.js": "^2.1.9",
"pretty-bytes": "^2.0.1",
"react": "^0.13.3",
"react-keybinding": "^2.0.0",
"react-router": "^0.13.3",
"reflux": "^0.2.7",
"turf": "^2.0.2",
"turf-overlaps": "^1.0.3",
"zeroclipboard": "^2.2.0"
}
}