whisper
Version:
A task-based automation app. Leiningen style.
52 lines (51 loc) • 1.37 kB
JSON
{
"name": "whisper",
"version": "0.3.3",
"description": "A task-based automation app. Leiningen style.",
"main": "./lib/index.js",
"bin": "./bin/whisper",
"devDependencies": {
"mocha": "~1.8.1"
},
"scripts": {
"cc": "./node_modules/.bin/lsc -o lib -c src/*.ls && ./node_modules/.bin/lsc -o lib/core -c src/core/*.ls",
"test-cc": "./node_modules/.bin/lsc -o lib-test -c test/*.ls",
"pretest": "npm run-script cc && npm run-script test-cc",
"test": "./node_modules/.bin/mocha lib-test/*.js",
"pretest-browser": "npm run-script pretest && ./node_modules/.bin/browserify -o test/browser/suite-bundle.js -e test/browser/suite.js",
"prepublish": "npm run-script cc"
},
"repository": {
"type": "git",
"url": "git://github.com/killdream/whisper.git"
},
"author": "Quildreen \"Sorella\" Motta <quildreen@gmail.com>",
"license": "MIT",
"readmeFilename": "README.md",
"keywords": [
"task",
"automation",
"build",
"make",
"whisper"
],
"calliope": {
"output": "docs/api",
"copyright": "© 2013 Quildreen \"Sorella\" Motta",
"packages": [
{
"files": [
"src/*.ls"
]
}
]
},
"dependencies": {
"flaw": "~0.1.0",
"boo": "~1.2.4",
"cassie": "~1.4.1",
"optimist": "~0.3.5",
"lochness": "~0.1.0",
"ekho": "~0.3.0"
}
}