UNPKG

ampersand-collection-rest-mixin

Version:
58 lines (57 loc) 1.44 kB
{ "name": "ampersand-collection-rest-mixin", "description": "A mixin for extending ampersand-collection with restful methods.", "version": "6.0.0", "author": "Henrik Joreteg <henrik@andyet.net>", "files": [ "ampersand-collection-rest-mixin.js" ], "browserify": { "transform": [ "ampersand-version" ] }, "bugs": { "url": "https://github.com/ampersandjs/ampersand-collection-rest-mixin/issues" }, "dependencies": { "ampersand-sync": "^5.0.0", "ampersand-version": "^1.0.2", "lodash": "^4.11.1" }, "devDependencies": { "ampersand-collection": "^1.3.15", "ampersand-model": "^7.0.0", "bluebird": "^3.1.1", "function-bind": "^1.0.2", "jshint": "^2.5.1", "phantomjs": "^2.1.7", "precommit-hook": "^3.0.0", "tape": "^4.2.0", "zuul": "^3.9.0" }, "homepage": "https://github.com/ampersandjs/ampersand-collection-rest-mixin", "keywords": [ "ampersand", "collection", "underscore" ], "license": "MIT", "main": "ampersand-collection-rest-mixin.js", "repository": { "type": "git", "url": "git://github.com/ampersandjs/ampersand-collection-rest-mixin" }, "scripts": { "start": "zuul --local -- test/main.js", "test": "zuul --phantom -- test/main.js", "test-ci": "zuul -- test/main.js", "lint": "jshint .", "validate": "npm ls" }, "pre-commit": [ "lint", "validate", "test" ] }