cannery-adapter-rest
Version:
The Cannery REST adapter
45 lines (44 loc) • 1.54 kB
JSON
{
"name": "cannery-adapter-rest",
"version": "2.0.0",
"description": "The Cannery REST adapter",
"main": "lib",
"scripts": {
"coverage": "node_modules/.bin/babel-node node_modules/.bin/babel-istanbul cover -x '**/__tests__/*' -x '**/__mocks__/*' node_modules/.bin/_mocha --",
"test": "npm run mocha; npm run jshint; npm run jscs",
"mocha": "node_modules/.bin/_mocha --compilers js:babel-core/register",
"compile": "node_modules/.bin/babel --presets es2015,stage-0 -d lib/ src/",
"build": "./node_modules/.bin/webpack",
"prepublish": "npm run test; npm run compile; npm run build",
"jscs": "./node_modules/.bin/jscs src --esnext",
"jshint": "./node_modules/.bin/jshint src --verbose",
"watch": "node_modules/.bin/_mocha --watch --compilers js:babel-core/register"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Aloompa/cannery-adapter-rest.git"
},
"author": "Aloompa",
"license": "MIT",
"bugs": {
"url": "https://github.com/Aloompa/cannery-adapter-rest/issues"
},
"homepage": "https://github.com/Aloompa/cannery-adapter-rest#readme",
"devDependencies": {
"babel-cli": "^6.1.18",
"babel-istanbul": "^0.5.9",
"babel-loader": "^6.1.0",
"babel-preset-es2015": "^6.1.18",
"babel-preset-stage-0": "^6.1.18",
"jscs": "^2.5.1",
"jshint": "^2.8.0",
"mocha": "^2.3.3",
"proxyquire": "^1.7.3",
"questy": "^1.1.0",
"webpack": "^1.12.6"
},
"dependencies": {
"debug": "^2.2.0",
"then-request": "^2.1.1"
}
}