starmapjs
Version:
Starmap makes client-side Waterline/Sails easy!
39 lines (38 loc) • 861 B
JSON
{
"name": "starmapjs",
"version": "0.1.2",
"description": "Starmap makes client-side Waterline/Sails easy!",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/mrfishie/starmap"
},
"keywords": [
"sails",
"waterline",
"starmap",
"live",
"update",
"auto",
"magic"
],
"author": "mrfishie <me@mrfishie.com> (http://mrfishie.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/mrfishie/starmap/issues"
},
"homepage": "https://github.com/mrfishie/starmap",
"dependencies": {
"bluebird": "^2.9.27",
"lodash": "^3.9.3"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-browserify": "^3.8.0",
"grunt-contrib-clean": "^0.6.0",
"uglifyify": "^3.0.1"
}
}