get-parameter
Version:
Get Parameter is a simple JavaScript module that returns query string values in JavaScript.
36 lines (35 loc) • 885 B
JSON
{
"name": "get-parameter",
"version": "1.0.8",
"description": "Get Parameter is a simple JavaScript module that returns query string values in JavaScript.",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"homepage": "https://github.com/ryanburgess/get-parameter",
"repository": {
"type": "git",
"url": "https://github.com/ryanburgess/get-parameter.git"
},
"dependencies": {},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-jsonlint": "^1.0.4",
"grunt-newer": "^1.1.0",
"jshint-stylish": "^1.0.0",
"tape": "^3.5.0"
},
"keywords": [
"javascript",
"parameters",
"query",
"string",
"url",
"module",
"browserify"
],
"author": "Ryan Burgess <rburgess@evernote.com> (http://everernote.com/)",
"license": "MIT"
}