segway
Version:
Status redirect response.
59 lines (58 loc) • 1.55 kB
JSON
{
"name": "segway",
"version": "0.19.0",
"description": "Status redirect response.",
"main": "segway.js",
"support": "segway.support.js",
"deploy": "segway.deploy.js",
"browser": "segway.deploy.js",
"scripts": {
"build": "gulp && babel segway.support.js --out-file segway.support.js --source-maps && webpack --progress --display-modules",
"test": "mocha segway-test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/volkovasystems/segway.git"
},
"keywords": [
"status",
"redirect",
"response",
"segway"
],
"author": "Richeve S. Bebedor <richeve.bebedor@gmail.com>",
"contributors": [
"John Lenon Maghanoy <johnlenonmaghanoy@gmail.com>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/volkovasystems/segway/issues"
},
"homepage": "https://github.com/volkovasystems/segway#readme",
"dependencies": {
"asea": "^0.13.0",
"babel-runtime": "^6.23.0",
"calcify": "^0.7.0",
"clazof": "^0.27.0",
"falze": "^0.22.0",
"falzy": "^0.19.0",
"lilfy": "^0.11.0",
"protype": "^0.21.0",
"truly": "^0.18.0",
"truu": "^0.25.0"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.24.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-latest": "^6.24.1",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-debug": "^3.1.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"source-map-loader": "^0.2.1",
"webpack": "^2.5.1"
}
}