hurt
Version:
HTTP and SPA routing using RFC 6570 URI templates
64 lines (63 loc) • 1.56 kB
JSON
{
"name": "hurt",
"version": "0.1.0-alpha.1",
"description": "HTTP and SPA routing using RFC 6570 URI templates",
"keywords": [
"http",
"router",
"routing",
"6570",
"uri",
"templates"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/jpommerening/hurt"
},
"bugs": {
"url": "https://github.com/jpommerening/hurt/issues"
},
"main": "lib/index.js",
"browser": "lib/browser.js",
"scripts": {
"prepublish": "babel -d lib src && webpack -p",
"test": "nyc -s -n src mocha",
"coverage": "cross-env NODE_ENV=coverage nyc -n src mocha",
"posttest": "eslint src test",
"prepush": "npm test",
"postmerge": "npm install",
"postrewrite": "npm install"
},
"dependencies": {
"eventemitter3": "^2.0.2",
"uri-templates": "^0.2.0"
},
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-core": "^6.24.1",
"babel-loader": "^6.3.2",
"babel-plugin-istanbul": "^4.1.3",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"chai": "^3.5.0",
"connect": "^3.5.0",
"cross-env": "^5.0.0",
"eslint": "^3.12.2",
"express": "^4.14.0",
"husky": "^0.12.0",
"istanbul-api": "^1.1.1",
"lodash.template": "^4.4.0",
"memory-fs": "^0.4.1",
"mocha": "^3.2.0",
"nyc": "^10.1.2",
"phantomjs-prebuilt": "^2.1.14",
"restify": "^4.3.0",
"staged-files": "^0.1.2",
"wd": "^1.1.1",
"webpack": "^2.5.1"
},
"config": {
"port": 8080
}
}