UNPKG

997 BJSONView Raw
1{
2 "name": "http-promises",
3 "version": "1.0.2",
4 "description": "Consistent HTTP request API on both server and browser using promises.",
5 "main": "./lib/server.js",
6 "dependencies": {
7 "lodash": "^3.6.0",
8 "bluebird": "^2.9.34",
9 "js-util": "^1.0.3"
10 },
11 "devDependencies": {
12 "babel": "^5.6.14",
13 "babel-eslint": "^3.1.20",
14 "chai": "^2.2.0",
15 "gulp": "^3.9.0",
16 "gulp-babel": "^5.1.0",
17 "gulp-eslint": "^0.15.0",
18 "mocha": "^2.2.1",
19 "nock": "^2.9.1",
20 "sinon": "^1.15.4"
21 },
22 "scripts": {
23 "test": "./node_modules/mocha/bin/mocha --recursive --compilers js:babel/register",
24 "tdd": "./node_modules/mocha/bin/mocha --recursive --compilers js:babel/register --watch",
25 "prepublish": "gulp build"
26 },
27 "repository": {
28 "type": "git",
29 "url": "https://github.com/philcockfield/http-promises.git"
30 },
31 "keywords": [],
32 "author": "Phil Cockfield",
33 "license": "MIT",
34 "homepage": "https://github.com/philcockfield/http-promises"
35}