backbone-http
Version:
An HTTP interface for BackboneORM
64 lines (63 loc) • 1.73 kB
JSON
{
"name": "backbone-http",
"version": "0.5.0",
"description": "An HTTP interface for BackboneORM",
"main": "./lib/index.js",
"license": "MIT",
"author": "Kevin Malakoff (https://github.com/kmalakoff)",
"contributors": [
"Gwilym Humphreys (https://github.com/gwilymhumphreys)"
],
"repository": {
"type": "git",
"url": "https://bitbucket.org/vidigami/backbone-http.git"
},
"keywords": [
"backbone",
"orm",
"backbone-orm",
"http",
"superagent",
"ajax"
],
"engines": {
"node": "*"
},
"scripts": {
"test": "npm run build; NODE_ENV=test mocha test/suite.coffee --compilers coffee:coffee-script --reporter spec --timeout 10000",
"build": "coffee -o lib -c src",
"watch": "coffee -o lib -w src",
"clean": "rm -rf lib/*",
"prepublish": "npm run build; grunt",
"build_dep": "npm run-script backbone-orm build; npm run-script backbone-rest build",
"watch_dep": "npm run-script backbone-orm watch; npm run-script backbone-rest watch"
},
"devDependencies": {
"coffee-script": "*",
"codo": "1.7.x",
"mocha": "*",
"powerset": "0.0.x",
"backbone-rest": "0.5.x",
"supertest": "0.7.x",
"express": "3.2.x",
"brunch": "*",
"javascript-brunch": "*",
"coffee-script-brunch": "*",
"browserify": "~2.35.0",
"grunt": "0.4.x",
"grunt-cli": "0.1.x",
"grunt-shell": "~0.5.0",
"grunt-wrap": "~0.3.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-uglify": "~0.2.4",
"grunt-zip": "~0.10.0"
},
"dependencies": {
"underscore": "1.5.x",
"backbone": "1.1.x",
"moment": "2.0.x",
"inflection": "1.2.x",
"backbone-orm": "0.5.x",
"superagent": "0.15.x"
}
}