46 lines
1.1 KiB
JSON
46 lines
1.1 KiB
JSON
{
|
|
"name": "omi-cli",
|
|
"version": "0.3.1",
|
|
"description": "CLI for scaffolding Omi.js projects.",
|
|
"main": "bin/omi",
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
},
|
|
"preferGlobal": true,
|
|
"bin": {
|
|
"omi": "./bin/omi"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/AlloyTeam/omi.git"
|
|
},
|
|
"keywords": [
|
|
"omi",
|
|
"cli"
|
|
],
|
|
"author": "pasturn",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"babel-core":"^6.24.1",
|
|
"babel-loader":"^6.4.1",
|
|
"babel-plugin-transform-es3-member-expression-literals": "^6.22.0",
|
|
"babel-plugin-transform-es3-property-literals": "^6.22.0",
|
|
"babel-preset-es2015": "^6.24.1",
|
|
"babel-preset-stage-0": "^6.24.1",
|
|
"chalk": "^1.1.3",
|
|
"commander": "^2.9.0",
|
|
"cross-npm-spawn": "^1.1.1",
|
|
"cross-spawn": "^5.0.1",
|
|
"empty-dir": "^0.2.1",
|
|
"fs-exists-sync": "^0.1.0",
|
|
"jsdom": "^9.12.0",
|
|
"ora": "^1.1.0",
|
|
"vinyl-fs": "^2.4.4",
|
|
"webpack": "^2.3.3"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/AlloyTeam/omi/issues"
|
|
},
|
|
"homepage": "https://github.com/AlloyTeam/omi#readme"
|
|
}
|