kcd-common-tools
Version:
Common build tools for projects by Kent C. Dodds
48 lines (47 loc) • 1.47 kB
JSON
{
"name": "kcd-common-tools",
"version": "1.0.0-beta.23",
"description": "Common build tools for projects by Kent C. Dodds",
"main": "index.js",
"dependencies": {
"async": "1.2.1",
"chai": "3.0.0",
"chalk": "1.0.0",
"eslint": "0.24.1",
"glob": "5.0.10",
"karma": "0.12.35",
"karma-chai": "0.1.0",
"karma-chrome-launcher": "0.1.12",
"karma-coverage": "0.3.1",
"karma-firefox-launcher": "0.1.6",
"karma-mocha": "0.1.10",
"karma-sinon": "1.0.4",
"karma-webpack": "1.5.1",
"lodash": "3.9.3",
"mocha": "2.2.5",
"node-libs-browser": "0.5.2",
"sinon": "1.15.3",
"webpack": "1.9.10",
"webpack-notifier": "1.2.1",
"with-package": "0.2.0"
},
"scripts": {
"setup": "bash utils/postinstall.sh",
"release": "with-package git commit -am pkg.version && with-package git tag pkg.version && git push && npm publish && git push --tags",
"release:beta": "npm run release && npm run tag:beta",
"tag:beta": "with-package npm dist-tag add pkg.name@pkg.version beta"
},
"repository": {
"type": "git",
"url": "https://github.com/kentcdodds/kcd-common-tools"
},
"author": "Kent C. Dodds <kent@doddsfamily.us> (http://kentcdodds.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/kentcdodds/kcd-common-tools/issues"
},
"homepage": "https://github.com/kentcdodds/kcd-common-tools",
"devDependencies": {
"eslint-plugin-mocha": "0.4.0"
}
}