UNPKG

mist

Version:
54 lines (53 loc) 1.23 kB
{ "name": "mist", "description": "Mist build system", "author": "Qix- (github.com/qix-)", "version": "1.0.1", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/AERO-ff/mist" }, "main": "lib/mistfile.js", "bin": { "mist": "bin/mist.js" }, "bugs": { "url": "https://github.com/AERO-ff/mist/issues" }, "scripts": { "postinstall": "script/install-ninja.js", "test": "node_modules/.bin/mocha" }, "keywords": [ "build", "system", "mist", "ninja", "task", "runner", "streams" ], "preferGlobal": true, "devDependencies": { "coffee-script": "^1.9.3", "coveralls": "^2.11.2", "fs-extra": "^0.20.1", "istanbul": "^0.3.15", "lcov-sourcemap": "^0.1.3", "mocha": "^2.2.5", "mocha-lcov-reporter": "0.0.2", "pegjs": "^0.8.0", "pegjs-coffee-plugin": "^0.2.2", "should": "^7.0.1", "source-map-support": "git://github.com/Qix-/node-source-map-support#e8a586779845" }, "dependencies": { "backslash": "^0.1.7", "chalk": "^1.0.0", "commander": "git://github.com/Qix-/commander.js#default-subcommand", "glob": "^5.0.10", "tmp": "0.0.26", "xxhash": "^0.2.2" } }