UNPKG

nojs

Version:

Library that helps minimize js you have to write

34 lines (33 loc) 790 B
{ "name": "nojs", "version": "0.1.3", "description": "Library that helps minimize js you have to write", "main": "no.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "uglify": "uglifyjs --compress --mangle -o dist/no.min.js -- no.js" }, "repository": { "type": "git", "url": "git+https://github.com/ifedapoolarewaju/nojs.git" }, "keywords": [ "frontend-web", "frontend", "dom", "dom-manipulation", "no-js", "nojs", "no.js", "no-javascript" ], "author": "Ifedapo .A. Olarewaju", "license": "MIT", "bugs": { "url": "https://github.com/ifedapoolarewaju/nojs/issues" }, "homepage": "https://github.com/ifedapoolarewaju/nojs#readme", "devDependencies": { "uglify-js": "^2.7.5" } }