supertest-prefix
Version:
An extension to supertest which adds prefix to the routes
48 lines (47 loc) • 1.26 kB
JSON
{
"name": "supertest-prefix",
"version": "1.0.2",
"description": "An extension to supertest which adds prefix to the routes",
"license": "WTFPL",
"repository": {
"type": "git",
"url": "https://github.com/rodrigowirth/supertest-prefix.git"
},
"author": {
"name": "Rodrigo Wirth",
"email": "rodrigowirth90@gmail.com"
},
"scripts": {
"commit": "git-cz",
"compile": "babel src -d lib",
"prepublish": "npm run compile",
"start": "mocha --watch --compilers js:babel-register ./spec",
"test": "mocha --compilers js:babel-register ./spec",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"main": "lib/index.js",
"keywords": [
"supertest",
"prefix"
],
"engines": {
"node": ">=5"
},
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-core": "^6.21.0",
"babel-plugin-transform-es2015-modules-umd": "^6.18.0",
"babel-preset-es2015": "^6.18.0",
"babel-register": "^6.18.0",
"chai": "^3.5.0",
"commitizen": "^2.9.4",
"cz-conventional-changelog": "^1.2.0",
"mocha": "^3.2.0",
"semantic-release": "^6.3.2"
},
"config": {
"commitizen": {
"path": "node_modules/cz-conventional-changelog"
}
}
}