angular-cached-resource
Version:
An AngularJS module to interact with RESTful resources, even when browser is offline
46 lines (45 loc) • 1.56 kB
JSON
{
"name": "angular-cached-resource",
"version": "1.0.1",
"description": "An AngularJS module to interact with RESTful resources, even when browser is offline",
"author": "Max Edmands <max@goodeggs.com>",
"contributors": [
"Max Edmands",
"Michael Kebbekus",
"Jacek Tomaszewski",
"Aaron Borden",
"Sherman Mui"
],
"repository": {
"type": "git",
"url": "git://github.com/goodeggs/angular-cached-resource.git"
},
"homepage": "https://github.com/goodeggs/angular-cached-resource",
"bugs": "https://github.com/goodeggs/angular-cached-resource/issues",
"devDependencies": {
"coffee-script": ">=1.7.x",
"bower": "^1.3.1",
"browserify": "^3.32.0",
"coffeeify": "^0.6.0",
"uglify-js": "^2.4.12",
"karma": "^0.12.16",
"karma-coffee-preprocessor": "^0.1.3",
"karma-phantomjs-launcher": "^0.1.2",
"karma-mocha": "^0.1.1",
"karma-sinon-chai": "^0.1.5",
"karma-browserify": "^0.2.1",
"karma-chrome-launcher": "^0.1.4",
"karma-firefox-launcher": "^0.1.3",
"karma-safari-launcher": "^0.1.1"
},
"main": "lib/index.js",
"scripts": {
"test": "./node_modules/karma/bin/karma start ./karma.full.conf.coffee",
"prepublish": "bower -sj install",
"compile": "coffee --bare --compile --output lib/ src/",
"link": "browserify lib/index.js > angular-cached-resource.js",
"minify": "uglifyjs angular-cached-resource.js > angular-cached-resource.min.js",
"build": "npm run compile && npm run link && npm run minify",
"pretest": "npm run build"
}
}