setup-project
Version:
Setup a JS project
46 lines (45 loc) • 1.04 kB
JSON
{
"name": "setup-project",
"version": "1.2.1",
"description": "Setup a JS project",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"setup-project": "bin/index.js"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/ScriptLovers/js-setup-project.git"
},
"keywords": [
"setup",
"project",
"JS",
"Javascript",
"Node",
"ES6",
"ScriptLovers"
],
"author": "MatthieuLemoine",
"license": "MIT",
"bugs": {
"url": "https://github.com/ScriptLovers/js-setup-project/issues"
},
"homepage": "https://github.com/ScriptLovers/js-setup-project#readme",
"dependencies": {
"chalk": "^1.1.3",
"github-api": "^2.3.0",
"shelljs": "^0.7.4",
"user-home": "^2.0.0",
"yargs": "^5.0.0"
},
"devDependencies": {
"eslint": "^3.6.0",
"eslint-config-airbnb": "^12.0.0",
"eslint-plugin-import": "^1.16.0",
"eslint-plugin-jsx-a11y": "^2.2.2",
"eslint-plugin-react": "^6.3.0"
}
}