UNPKG

807 BJSONView Raw
1{
2 "name": "apibase-client",
3 "version": "0.4.1",
4 "description": "client library for using APIBase",
5 "main": "index.js",
6 "scripts": {
7 "test": "mocha --compilers coffee:coffee-script/register",
8 "prepublish": "coffee --compile --output . src/"
9 },
10 "repository": {
11 "type": "git",
12 "url": "https://github.com/freehaha/apibase.js"
13 },
14 "author": "freehaha@gmail.com",
15 "license": "MIT",
16 "dependencies": {
17 "JSONPath": "^0.10.0",
18 "async": "^1.4.2",
19 "bunyan": "^1.5.1",
20 "deferred": "^0.7.3",
21 "node-cache": "^3.2.0",
22 "request": "^2.64.0",
23 "underscore": "^1.8.3",
24 "underscore.string": "^3.2.2"
25 },
26 "devDependencies": {
27 "chai": "^3.3.0",
28 "mocha": "^3.5.0",
29 "nock": "^2.15.0",
30 "node-getopt": "^0.2.3",
31 "posix-getopt": "^1.2.0"
32 }
33}