react-native/website/package.json
Ben Alpert efe446e962 Fail generating website if any page throws an error
This will prevent us from having pages on the site that just show error
stack traces -- instead, Travis will fail with an error and we'll
notice sooner.

I cleaned up this logic to use promises which was eay easier to track
for the error behavior and should be simpler to follow regardless.
2015-04-01 17:42:33 -07:00

22 lines
449 B
JSON

{
"scripts": {
"start": "node server/server.js"
},
"dependencies": {
"connect": "2.8.3",
"esprima-fb": "*",
"fs.extra": "*",
"glob": "*",
"jstransform": "*",
"mkdirp": "*",
"optimist": "0.6.0",
"react": "~0.12.0",
"react-docgen": "^1.1.0",
"react-page-middleware": "git://github.com/facebook/react-page-middleware.git",
"request": "*"
},
"devDependencies": {
"bluebird": "^2.9.21"
}
}