1
1
mirror of https://github.com/c8r/x0.git synced 2024-09-11 13:45:52 +03:00
x0/create-x0/package.json
2018-06-03 19:10:01 -04:00

16 lines
283 B
JSON

{
"name": "create-x0",
"version": "1.0.0-1",
"description": "Create an x0 starter project",
"bin": {
"create-x0": "./cli.js"
},
"keywords": [],
"author": "Brent Jackson",
"license": "MIT",
"dependencies": {
"chalk": "^2.4.1",
"initit": "^1.0.0-2"
}
}