behave-history
Version:
A better browser history manager
44 lines (43 loc) • 1 kB
JSON
{
"name": "behave-history",
"version": "0.1.4",
"description": "",
"main": "dist/index.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git@github.com:behavejs/behave-history.git"
},
"keywords": [
"behave",
"behavejs",
"history",
"routing",
"browser history",
"application state",
"flux",
"dispatcher"
],
"author": "kurtiskemple@gmail.com",
"license": "GPL",
"bugs": {
"url": "https://github.com/behavejs/behave-history/issues"
},
"homepage": "https://github.com/behavejs/behave-history",
"devDependencies": {
"6to5": "^2.12.6",
"6to5ify": "~3.1.2",
"browserify": "^8.1.1",
"grunt": "~0.4.5",
"load-grunt-config": "~0.16.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-jasmine": "~0.8.1",
"grunt-browserify": "~3.2.1",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-6to5": "~2.0.0",
"sinon": "~1.12.2"
}
}