UNPKG

lx-scan

Version:

License eXtension to find 5-tuples of all installed packages: name, version, project home page, license (e. g. Apache v2, BSD) and required notice. It includes a GUI to edit information for each package and to enter information if necessary.

33 lines (32 loc) 751 B
{ "name": "LXWebGui", "version": "0.0.1", "description": "A web application designed to run locally and provide a user interface over the LX node.js package scanner.", "main": "index.js", "dependencies": { "async": "^0.9.0", "express": "^4.5.1", "hbs": "^2.7.0", "multer": "^0.1.6", "rimraf": "^2.2.8", "socket.io": "^1.0.6", "underscore": "^1.7.0" }, "devDependencies": { "chai": "^1.9.2", "jsdom": "1.0.1", "restler": "^3.2.2" }, "bundleddependencies": [ "lxutils" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/bspurlin/lx" }, "author": "Parker Edwards", "license": "MIT" }