broccoli-leasot
Version:
A broccoli plugin which wraps around the leasot module to parse and output TODOs and FIXMEs from comments in your files
59 lines (58 loc) • 1.73 kB
JSON
{
"name": "broccoli-leasot",
"version": "1.6.0",
"author": "Sivakumar Kailasam (http://github.com/sivakumar-kailasam)",
"description": "A broccoli plugin which wraps around the leasot module to parse and output TODOs and FIXMEs from comments in your files",
"license": "MIT",
"bugs": {
"url": "https://github.com/sivakumar-kailasam/broccoli-leasot/issues"
},
"homepage": "https://github.com/sivakumar-kailasam/broccoli-leasot#readme",
"main": "lib/index.js",
"ember-addon": {
"main": "ember-addon-main.js",
"before": [
"ember-cli-uglify"
]
},
"scripts": {
"compile": "babel src/index.js -o lib/index.js",
"test": "mocha --compilers js:babel/register tests/*-test.js",
"cover": "babel-node -r ./node_modules/.bin/isparta cover --report html --report text --report lcov _mocha -- tests/*-test.js",
"test:watch": "wr 'clear && mocha --compilers js:babel/register tests/*-test.js' src/index.js tests --exec",
"prepublish": "npm run compile"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sivakumar-kailasam/broccoli-leasot.git"
},
"keywords": [
"broccoli-plugin",
"ember-addon",
"todo",
"fixme",
"comments",
"productivity",
"leasot"
],
"dependencies": {
"broccoli": "0.16.9",
"broccoli-filter": "1.2.3",
"chalk": "1.1.1",
"leasot": "3.1.2",
"lodash": "4.2.0"
},
"devDependencies": {
"babel": "5.8.34",
"broccoli-fixturify": "0.2.0",
"chai": "3.5.0",
"codeclimate-test-reporter": "0.2.0",
"isparta": "4.0.0",
"istanbul": "0.4.2",
"mocha": "2.4.5",
"sinon": "1.17.3",
"sinon-chai": "2.8.0",
"strip-ansi": "3.0.0",
"wr": "1.3.1"
}
}