objective
Version:
UNDER CONSTRUCTION
36 lines (35 loc) • 1.16 kB
JSON
{
"name": "objective",
"description": "",
"license": "MIT",
"version": "0.0.40",
"bin": {
"objective": "./bin/objective",
"o.": "./bin/o."
},
"scripts": {
"test": "TESTING_OBJECTIVE_SELF=1 OBJECTIVE_DEV_PREPEND=_ node_modules/.bin/mocha --require should --compilers coffee:coffee-script/register test/**/**/*_spec.* test/**/*_spec.* test/*_spec.*",
"continuous": "TESTING_OBJECTIVE_SELF=1 OBJECTIVE_DEV_PREPEND=_ node_modules/.bin/mocha --watch --require should --compilers coffee:coffee-script/register test/**/**/*_spec.* test/**/*_spec.* test/*_spec.*"
},
"main": "./lib/objective",
"dependencies": {
"coffee-script": "^1.9.2",
"commander": "^2.8.1",
"debug": "git+https://github.com/nomilous/debug.git",
"dev-null": "^0.1.1",
"isbinaryfile": "^2.0.4",
"keypress": "^0.2.1",
"mkpath": "^0.1.0",
"objective_dev": "0.0.29",
"prompt": "^0.2.14",
"recursive-readdir": "^1.2.1",
"shortid": "^2.2.2",
"uuid": "^2.0.1",
"when": "^3.7.3"
},
"devDependencies": {
"mocha": "^2.2.5",
"should": "^6.0.3"
},
"repository": "git@github.com:nomilous/objective.git"
}