can-deparam
Version:
Deserialize a query string into an array or object.
58 lines (57 loc) • 1.69 kB
JSON
{
"name": "can-deparam",
"version": "1.2.3",
"description": "Deserialize a query string into an array or object.",
"homepage": "https://canjs.com/doc/can-deparam.html",
"repository": {
"type": "git",
"url": "git://github.com/canjs/can-deparam.git"
},
"author": {
"name": "Bitovi",
"email": "contact@bitovi.com",
"url": "https://www.bitovi.com/"
},
"scripts": {
"preversion": "npm test && npm run build",
"version": "git commit -am \"Update version number\" && git checkout -b release && git add -f dist/",
"postpublish": "git push --tags && git checkout master && git branch -D release && git push",
"testee": "testee test.html --browsers firefox",
"test": "npm run detect-cycle && npm run jshint && npm run testee",
"jshint": "jshint ./*.js --config",
"release:patch": "npm version patch && npm publish",
"release:minor": "npm version minor && npm publish",
"release:major": "npm version major && npm publish",
"build": "node build.js",
"develop": "done-serve --static --develop --port 8080",
"detect-cycle": "detect-cyclic-packages --ignore done-serve"
},
"main": "can-deparam",
"keywords": [
"canjs",
"query string"
],
"steal": {
"configDependencies": [
"live-reload"
],
"npmIgnore": [
"testee",
"generator-donejs",
"donejs-cli",
"steal-tools"
]
},
"dependencies": {
"can-namespace": "1.0.0"
},
"devDependencies": {
"can-string-to-any": "^1.0.1",
"detect-cyclic-packages": "^1.1.0",
"jshint": "^2.9.1",
"steal": "^2.2.1",
"steal-qunit": "^2.0.0",
"steal-tools": "^2.2.1",
"testee": "^0.9.0"
}
}