realm-js/package.json
Scott Kyle b63dfd1c04 API documentation
This includes the initial draft of API docs that are generated by JSDoc using a template that was greatly improved to best handle this content.
2016-02-12 16:57:13 -08:00

24 lines
422 B
JSON

{
"name": "realm",
"version": "0.0.1",
"private": true,
"main": "lib/index.js",
"files": [
"android",
"lib",
"react-native",
"scripts",
"src",
"vendor",
"RealmJS.xcodeproj"
],
"scripts": {
"jsdoc": "rm -rf docs/output && jsdoc -c docs/conf.json",
"test": "scripts/test.sh",
"prepublish": "scripts/prepublish.sh"
},
"devDependencies": {
"jsdoc": "^3.4.0"
}
}