boa-handler-history
Version:
A b-o-a handler for History API
67 lines (66 loc) • 1.63 kB
JSON
{
"name": "boa-handler-history",
"description": "A b-o-a handler for History API",
"version": "0.7.0",
"author": {
"name": "bouzuya",
"email": "m@bouzuya.net",
"url": "http://bouzuya.net"
},
"ava": {
"files": [
".tmp/test"
],
"source": [
"!**/*.js"
]
},
"bugs": {
"url": "https://github.com/bouzuya/boa-handler-history/issues"
},
"dependencies": {
"boa-core": "0.8.0",
"boa-router": "0.4.0"
},
"devDependencies": {
"ava": "0.14.0",
"parallelshell": "2.0.0",
"proxyquire": "1.7.4",
"rxjs": "5.0.0-beta.6",
"sinon": "1.17.3",
"typescript": "1.8.10",
"typings": "0.8.1",
"watch": "0.17.1"
},
"files": [
"lib"
],
"homepage": "https://github.com/bouzuya/boa-handler-history#readme",
"keywords": [
"b-o-a",
"boa",
"boa-handler"
],
"license": "MIT",
"main": "lib/index.js",
"peerDependencies": {
"rxjs": ">=5.0.0-alpha.0 <=5.x"
},
"repository": {
"type": "git",
"url": "https://github.com/bouzuya/boa-handler-history"
},
"scripts": {
"build": "tsc && npm run cp",
"clean": "rm -rf lib/ .tmp/ dist/",
"cp": "cp -R .tmp/src/* lib/",
"md1": "[ -d .tmp/src ] || mkdir -p .tmp/src",
"md2": "[ -d lib ] || mkdir lib",
"prebuild": "parallelshell 'npm run md1' 'npm run md2'",
"prepublish": "typings install && npm run clean && npm run build",
"test": "ava",
"watch": "parallelshell 'tsc --watch' 'npm run watch-cp' 'ava --watch'",
"watch-cp": "watch --ignoreUnreadable --wait 5 'npm run cp' .tmp/src/"
},
"typings": "lib/index.d.ts"
}