UNPKG

1.56 kBJSONView Raw
1{
2 "name": "angular-cached-resource",
3 "version": "0.7.7",
4 "description": "An AngularJS module to interact with RESTful resources, even when browser is offline",
5 "author": "Max Edmands <max@goodeggs.com>",
6 "contributors": [
7 "Max Edmands",
8 "Michael Kebbekus",
9 "Jacek Tomaszewski",
10 "Aaron Borden",
11 "Sherman Mui"
12 ],
13 "repository": {
14 "type": "git",
15 "url": "git://github.com/goodeggs/angular-cached-resource.git"
16 },
17 "homepage": "https://github.com/goodeggs/angular-cached-resource",
18 "bugs": "https://github.com/goodeggs/angular-cached-resource/issues",
19 "devDependencies": {
20 "coffee-script": ">=1.7.x",
21 "bower": "^1.3.1",
22 "browserify": "^3.32.0",
23 "coffeeify": "^0.6.0",
24 "uglify-js": "^2.4.12",
25 "karma": "^0.12.16",
26 "karma-coffee-preprocessor": "^0.1.3",
27 "karma-phantomjs-launcher": "^0.1.2",
28 "karma-mocha": "^0.1.1",
29 "karma-sinon-chai": "^0.1.5",
30 "karma-browserify": "^0.2.1",
31 "karma-chrome-launcher": "^0.1.4",
32 "karma-firefox-launcher": "^0.1.3",
33 "karma-safari-launcher": "^0.1.1"
34 },
35 "main": "lib/index.js",
36 "scripts": {
37 "test": "./node_modules/karma/bin/karma start ./karma.full.conf.coffee",
38 "prepublish": "bower -sj install",
39 "compile": "coffee --bare --compile --output lib/ src/",
40 "link": "browserify lib/index.js > angular-cached-resource.js",
41 "minify": "uglifyjs angular-cached-resource.js > angular-cached-resource.min.js",
42 "build": "npm run compile && npm run link && npm run minify",
43 "pretest": "npm run build"
44 }
45}
\No newline at end of file