UNPKG

domurl

Version:

Lightweight URL manipulation with JavaScript.

48 lines (47 loc) 1.01 kB
{ "name": "domurl", "version": "2.3.4", "description": "Lightweight URL manipulation with JavaScript.", "homepage": "https://github.com/Mikhus/jsurl", "keywords": [ "url", "querystring" ], "categories": [ "Utilities" ], "jam": { "main": "url.min.js", "include": [ "url.js", "url.min.js", "README.md" ] }, "main": "url.min.js", "scripts": { "test": "mocha ./test/url.js", "minify": "./node_modules/uglify-js/bin/uglifyjs url.js --output url.min.js --compress --mangle" }, "maintainers": [ { "name": "Mykhailo Stadnyk", "email": "mikhus@gmail.com" } ], "url": { "bugs": "https://github.com/Mikhus/domurl/issues" }, "license": "MIT", "repository": { "type": "git", "url": "https://github.com/Mikhus/domurl.git" }, "github": "https://github.com/Mikhus/domurl", "devDependencies": { "jscs": "^3.0.7", "jshint": "^2.11.0", "mocha": "^7.1.1", "uglify-js": "^3.8.1" } }