nt-arcane
Version:
App creator for arcane framework.
48 lines (47 loc) • 967 B
JSON
{
"name": "nt-arcane",
"version": "1.1.7",
"description": "App creator for arcane framework.",
"main": "lib/exec.js",
"watch": {
"test": {
"patterns": [
"lib",
"bin"
],
"extensions": [
"js"
]
}
},
"scripts": {
"test": "node lib/nt-arcane.js",
"watch": "npm-watch"
},
"keywords": [
"arcane",
"project",
"creator",
"manager"
],
"bin": {
"ntc-project": "bin/ntc-project",
"ntc-controller": "bin/ntc-controller",
"ntc-model": "bin/ntc-model",
"ntc-config": "bin/ntc-config",
"ntc-form": "bin/ntc-form"
},
"author": "Juvic Martires",
"license": "ISC",
"dependencies": {
"arcane-coffee-import": "*",
"arcane-core": "*",
"arcane-libraries": "*",
"arcane-typescript-import": "*",
"command-line-args": "^2.1.6",
"harmonize": "^1.4.4",
"harmony-proxy": "^1.0.0",
"inquirer": "^0.12.0",
"unzip2": "^0.2.5"
}
}