UNPKG

eda-curator

Version:
56 lines (55 loc) 1.46 kB
{ "name": "eda-curator", "version": "0.0.9", "description": "tool for building curriculum", "main": "curator.js", "scripts": { "test": "NODE_ENV=test mocha -b --recursive --compilers coffee:coffee-script/register test", "start": "./bin/curator" }, "repository": { "type": "git", "url": "https://github.com/enspiral-dev-academy/curator" }, "keywords": [ "open-edu", "enspiral", "enspiral dev academy", "curator" ], "author": "Enspiral Dev Academy", "license": "AGPL", "bugs": { "url": "https://github.com/enspiral-dev-academy/curator/issues" }, "homepage": "https://github.com/enspiral-dev-academy/curator", "devDependencies": { "chai": "^1.10.0", "del": "^1.1.1", "gulp": "^3.8.11", "gulp-coffee": "^2.3.1", "gulp-coffee-istanbul": "^0.7.0", "gulp-debug": "^2.0.0", "gulp-if": "^1.2.5", "gulp-istanbul": "^0.6.0", "gulp-istanbul-enforcer": "^1.0.3", "gulp-jshint": "^1.9.2", "gulp-mocha": "^2.0.0", "gulp-util": "^3.0.3", "jshint-growl-reporter": "^0.1.1", "jshint-stylish": "^1.0.0", "mocha": "^2.1.0", "require-uncache": "0.0.2", "run-sequence": "^1.0.2", "sinon": "^1.12.2", "sinon-chai": "^2.6.0" }, "dependencies": { "bluebird": "^2.9.8", "coffee-script": "^1.9.0", "config": "^1.10.0", "errors": "^0.2.0", "lodash": "^3.1.0" }, "preferGlobal": true, "directories": { "bin": "./bin" } }