Anh Mai d28d5cb432 Fix flow build process
Fix unit tests. README updates. Add browser tests
Adapt exhibits for react-map-gl
2017-03-24 14:37:00 -07:00

31 lines
662 B
JSON

{
"name": "browserify-exhibit",
"version": "0.0.0",
"description": "A browserify/react-map-gl exhibit",
"scripts": {
"start": "budo app.js --open -- -t babelify"
},
"author": "Balthazar Gronon <bgronon@gmail.com>",
"license": "MIT",
"dependencies": {
"immutable": "^3.8.1",
"react": "^15.4.1",
"react-dom": "^15.4.1",
"react-map-gl": "^2.0.1"
},
"devDependencies": {
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-2": "^6.18.0",
"babelify": "^7.3.0",
"budo": "^9.2.2"
},
"babel": {
"presets": [
"es2015",
"stage-2",
"react"
]
}
}