1
0
Fork 0
freesewing/packages/create-freesewing-pattern/package.json

29 lines
727 B
JSON
Raw Normal View History

2018-03-04 15:43:18 -05:00
{
"name": "create-react-library",
2018-03-07 03:19:07 -05:00
"version": "2.1.0",
2018-03-04 15:43:18 -05:00
"description": "CLI for easily bootstrapping modern react libraries",
"repository": "transitive-bullshit/create-react-library",
2018-03-04 15:43:18 -05:00
"main": "index.js",
"license": "MIT",
2018-03-04 17:19:50 -05:00
"bin": {
"create-react-library": "index.js"
2018-03-04 17:19:50 -05:00
},
2018-03-04 15:43:18 -05:00
"dependencies": {
"consolidate": "^0.15.0",
"cp-file": "^5.0.0",
"execa": "^0.9.0",
"git-config-path": "^1.0.1",
"github-username": "^4.1.0",
"globby": "^8.0.1",
"handlebars": "^4.0.11",
"inquirer": "^5.1.0",
"is-valid-npm-name": "^0.0.4",
"make-dir": "^1.2.0",
"meow": "^4.0.0",
"ora": "^2.0.0",
"p-each-series": "^1.0.0",
"parse-git-config": "^2.0.0",
"which": "^1.3.0"
}
}