UNPKG

550 BJSONView Raw
1{
2 "name": "api-resource",
3 "version": "1.0.0",
4 "description": "Simple HTTP resource wrapper",
5 "main": "index.js",
6 "scripts": {
7 "test": "mocha test"
8 },
9 "author": "Tancredi Trugenberger",
10 "license": "MIT",
11 "dependencies": {
12 "async": "^0.9.x",
13 "q": "^1.0.x",
14 "qs": "^0.6.x",
15 "tiny-emitter": "0.1.x",
16 "xmlhttprequest": "^1.6.x"
17 },
18 "repository": {
19 "type": "git",
20 "url": "git@github.com:KanoComputing/js-api-resource.git"
21 },
22 "devDependencies": {
23 "mocha": "^1.20.x",
24 "should": "^4.0.x"
25 }
26}