query-state
Version:
Application state in query string
30 lines (29 loc) • 661 B
JSON
{
"name": "query-state",
"version": "4.3.0",
"description": "Application state in query string",
"main": "index.js",
"scripts": {
"test": "tap test/*.js",
"start": "browserify -s queryState ./index.js > ./dist/query-state.js && uglifyjs dist/query-state.js > dist/query-state.min.js"
},
"keywords": [
"application",
"query",
"string",
"state"
],
"author": "Andrei Kashcha",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/anvaka/query-state"
},
"dependencies": {
"ngraph.events": "0.0.4"
},
"devDependencies": {
"browserify": "^13.1.1",
"tap": "^8.0.1"
}
}