UNPKG

1.24 kBJSONView Raw
1{
2 "name": "resource-client",
3 "version": "1.3.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 "chai": "^2.1.0"
29 },
30 "devDependencies": {
31 "coffee-script": ">=1.7.x",
32 "mocha": "~1.x.x",
33 "express": "^4.11.1",
34 "body-parser": "^1.10.2",
35 "resource-schema": "^0.12.1",
36 "fibrous": "^0.3.3",
37 "mongoose": "^3.8.22"
38 },
39 "publishConfig": {
40 "registry": "https://registry.npmjs.org/",
41 "always-auth": true
42 },
43 "scripts": {
44 "compile": "coffee --bare --compile --output lib/ src/",
45 "prepublish": "npm run compile",
46 "pretest": "npm run compile",
47 "test": "mocha"
48 }
49}