UNPKG

query-string-builder

Version:
35 lines (34 loc) 751 B
{ "name": "query-string-builder", "version": "0.0.1", "description": "Fluent Interface Query String Builder", "main": "index.js", "dependencies": {}, "devDependencies": { "chai": "^3.5.0", "istanbul": "^0.4.3", "mocha": "^2.4.5" }, "scripts": { "test": "./node_modules/istanbul/lib/cli.js cover ./node_modules/.bin/_mocha" }, "repository": { "type": "git", "url": "https://github.com/palanik/query-string-builder.git" }, "publishConfig": { "registry": "https://registry.npmjs.org" }, "keywords": [ "Query String", "Query", "Fluent Interface", "Query String Builder", "qs" ], "author": "N. Palani Kumanan", "license": "MIT", "engines": { "node": ">= 0.10.0" } }