UNPKG

node-make

Version:
58 lines (57 loc) 1.13 kB
{ "name": "node-make", "version": "1.1.1", "description": "Task driven build tool.", "license": "MIT", "repository": "egoist/node-make", "author": { "name": "EGOIST", "email": "0x142857@gmail.com", "url": "github.com/egoist" }, "engines": { "node": ">=0.10.0" }, "bin": { "mk": "cli.js" }, "scripts": { "test": "xo && ava test/test*.js" }, "files": [ "cli.js", "index.js", "lib" ], "keywords": [ "makefile" ], "devDependencies": { "ava": "latest", "xo": "latest" }, "xo": { "semicolon": false, "space": 2, "ignores": [ "test/makefile.js" ] }, "dependencies": { "babel-core": "^6.7.2", "babel-plugin-transform-runtime": "^6.6.0", "babel-preset-es2015": "^6.6.0", "babel-preset-stage-0": "^6.5.0", "babel-runtime": "^5.8.35", "colorful": "^2.1.0", "cross-spawn": "^2.1.5", "cwd": "^0.9.1", "fancy-log": "^1.2.0", "mem-fs": "^1.1.2", "mem-fs-editor": "^2.2.0", "meow": "^3.7.0", "path-exists": "^2.1.0", "require-from-string": "^1.1.0", "shelljs": "^0.6.0" } }