UNPKG

1.22 kBJSONView Raw
1{
2 "name": "resource-client",
3 "version": "1.2.1",
4 "description": "Easily create api clients for your server side resources.",
5 "author": "Good Eggs <open-source@goodeggs.com>",
6 "contributors": [
7 "dannynelson <danny.edward.nelson@gmail.com>"
8 ],
9 "license": "MIT",
10 "keywords": [
11 "resource",
12 "request",
13 "ngResource",
14 "client",
15 "api"
16 ],
17 "main": "lib/index.js",
18 "repository": {
19 "type": "git",
20 "url": "git://github.com/goodeggs/resource-client.git"
21 },
22 "homepage": "https://github.com/goodeggs/resource-client",
23 "bugs": "https://github.com/goodeggs/resource-client/issues",
24 "dependencies": {
25 "request": "^2.51.0",
26 "lodash": "^3.0.0",
27 "url-assembler": "0.0.3"
28 },
29 "devDependencies": {
30 "coffee-script": ">=1.7.x",
31 "mocha": "~1.x.x",
32 "express": "^4.11.1",
33 "body-parser": "^1.10.2",
34 "resource-schema": "^0.12.1",
35 "fibrous": "^0.3.3",
36 "mongoose": "^3.8.22"
37 },
38 "publishConfig": {
39 "registry": "https://registry.npmjs.org/",
40 "always-auth": true
41 },
42 "scripts": {
43 "compile": "coffee --bare --compile --output lib/ src/",
44 "prepublish": "npm run compile",
45 "pretest": "npm run compile",
46 "test": "mocha"
47 }
48}