mirror of
https://github.com/c8r/x0.git
synced 2024-11-20 17:18:57 +03:00
16 lines
283 B
JSON
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"
|
|
}
|
|
}
|