super-siren
Version:
Siren client based built on top of superagent
57 lines (56 loc) • 1.3 kB
JSON
{
"name": "super-siren",
"version": "2.0.2",
"description": "Siren client based built on top of superagent",
"main": "dist/index.js",
"scripts": {
"test": "gulp test",
"prepublish": "gulp build"
},
"repository": {
"type": "git",
"url": "https://github.com/JChapman202/super-siren.git"
},
"keywords": [
"Hypermedia",
"Siren",
"REST",
"API client",
"Immutable.js",
"superagent"
],
"author": "John Chapman",
"license": "MIT",
"dependencies": {
"babel": "^6.5.2",
"babel-plugin-transform-runtime": "^6.9.0",
"babel-polyfill": "^6.9.1",
"babel-preset-es2015": "6.9.0",
"babel-register": "^6.9.0",
"babel-runtime": "^6.9.1",
"bluebird": "^3.4.1",
"immutable": "^3.8.1",
"lodash": "^4.13.1",
"superagent": "^2.1.0",
"superagent-promise": "^1.1.0",
"urijs": "^1.18.1"
},
"engine": {
"node": ">= 4.0.0"
},
"devDependencies": {
"chai": "^3.5.0",
"chance": "^1.0.3",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-clean": "^0.3.2",
"gulp-concat": "^2.6.0",
"gulp-esdoc": "0.2.0",
"gulp-eslint": "^3.0.1",
"gulp-gh-pages": "^0.5.4",
"gulp-mocha": "^2.2.0",
"gulp-sourcemaps": "^1.6.0",
"nock": "^8.0.0",
"sinon": "^1.17.4"
}
}