mirror of
https://github.com/xodio/xod.git
synced 2026-03-19 15:16:58 +01:00
28 lines
532 B
JSON
28 lines
532 B
JSON
{
|
|
"name": "xod-cli",
|
|
"version": "0.0.1",
|
|
"description": "XOD project: Command Line Interface",
|
|
"scripts": {
|
|
"build": "babel src/ -d bin/",
|
|
"dev": "babel --watch src/ -d bin/"
|
|
},
|
|
"bin": {
|
|
"xodc": "./bin/xodc.js"
|
|
},
|
|
"repository": {},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"main": "dist/index.js",
|
|
"dependencies": {
|
|
"cli-color": "^1.1.0",
|
|
"commander": "^2.9.0",
|
|
"ramda": "^0.21.0",
|
|
"xod-js": "^0.0.1",
|
|
"xod-fs": "^0.0.1"
|
|
},
|
|
"engines": {
|
|
"node": "6.0.0"
|
|
}
|
|
}
|