neuron-cli
Version:
The neuron command line tool
70 lines (69 loc) • 1.51 kB
JSON
{
"name": "neuron-cli",
"version": "1.10.2",
"description": "The neuron command line tool",
"bin": {
"neuron": "bin/neuron.js"
},
"scripts": {
"test": "./node_modules/.bin/mocha --reporter spec ./test/*.js"
},
"repository": {
"type": "git",
"url": "git://github.com/kaelzhang/neuron-cli.git"
},
"keywords": [
"neuron-cli",
"commandline",
"neuron",
"package manager",
"static",
"cli",
"static files",
"dev",
"front-end",
"neuron",
"modules",
"builder",
"dev server"
],
"engines": {
"node": ">=0.10.0"
},
"author": "kaelzhang",
"license": "MIT",
"bugs": {
"url": "https://github.com/kaelzhang/neuron-cli/issues"
},
"devDependencies": {
"chai": "*",
"mocha": "*",
"run-mocha-cases": "^1.1.0"
},
"dependencies": {
"array-unique": "^0.3.2",
"async": "^2.0.1",
"body-parser": "^1.15.0",
"comfort": "^5.0.0",
"express": "^4.13.3",
"fs-expand": "^1.1.0",
"fs-extra": "^0.30.0",
"gaze": "^1.1.2",
"graceful-fs": "^4.1.2",
"jsonfile": "^2.2.3",
"loggie": "^0.1.15",
"lru-cache": "^4.0.1",
"make-array": "^1.0.1",
"mix2": "^1.0.1",
"neuron-build": "^2.9.0",
"neuron-dev-server": "^2.2.0",
"neuron-project-config": "^1.3.0",
"neuron-reverse-router": "^1.0.0",
"neuron.js": "^11.0.0",
"object-access": "^1.1.4",
"open": "0.0.5",
"request": "^2.69.0",
"serve-index": "^1.7.2",
"simple-lr": "^1.1.0"
}
}