UNPKG

amie

Version:

Amalgamation Made Insanely Easy. A tool to easily amalgamate stuff!

52 lines 1.33 kB
{ "name": "amie", "version": "0.8.0", "description": "Amalgamation Made Insanely Easy. A tool to easily amalgamate stuff!", "main": "./bin/amie", "scripts": { "test": "mocha test/*", "coverage": "istanbul cover ./node_modules/mocha/bin/_mocha test/*" }, "repository": { "type": "git", "url": "git+https://github.com/Telokis/amie.git" }, "bin": { "amie": "./bin/amie" }, "keywords": [ "amalgamation", "automatic", "nodejs", "library" ], "author": "Telokis", "license": "MIT", "bugs": { "url": "https://github.com/Telokis/amie/issues" }, "homepage": "https://github.com/Telokis/amie#readme", "dependencies": { "async": "^2.3.0" }, "devDependencies": { "eslint": "^3.19.0", "istanbul": "^0.4.5", "mocha": "^3.2.0", "proxyquire": "^1.7.11", "should": "^11.2.1", "should-sinon": "0.0.5", "sinon": "^2.1.0" }, "optionalDependencies": { "chalk": "^1.1.3", "clui": "^0.3.1", "commander": "^2.9.0", "lodash": "^4.17.4", "figlet": "^1.2.0", "inquirer": "^3.0.6", "minimist": "^1.2.0", "preferences": "^0.2.1", "winston": "^2.3.1" } }