cortex
Version:
Cortex is an npm-like package manager for browsers.
84 lines (83 loc) • 1.82 kB
JSON
{
"name": "cortex",
"version": "6.2.3",
"description": "Cortex is an npm-like package manager for browsers.",
"directories": {
"test": "test",
"lib": "lib",
"doc": "doc"
},
"keywords": [
"cortex",
"commonjs",
"dev",
"development",
"package",
"manager",
"web",
"server",
"scaffold",
"front-end",
"browser"
],
"author": "kael",
"dependencies": {
"MD5": "^1.2.1",
"ansicolors": "^0.3.2",
"argv-parser": "^0.1.4",
"asks": "^1.0.0",
"async": "^0.2.9",
"columnify": "^1.1.0",
"comfort": "^4.0.0",
"cortex-command-errors": "^1.0.0",
"cortex-init-prompts": "^1.0.0",
"cortex-ls": "^1.0.0",
"cortex-package-files": "^0.3.0",
"cortex-profile": "^3.1.0",
"cortex-scaffold-generator": "^4.0.0",
"cortex-search-utils": "^1.0.0",
"cortex-shrinkwrap": "^5.0.0",
"editor": "^0.0.4",
"express": "^3.4.8",
"fs-expand": "^0.2.0",
"fs-extra": "^0.11.0",
"fstream": "^0.1.24",
"glob": "^4.0.2",
"ignore": "^2.2.14",
"loggie": "^0.1.8",
"make-array": "^0.1.1",
"mix2": "^1.0.0",
"neuron-builder": "^4.0.0",
"neuron-graph": "^1.0.0",
"neuronjs": "^8.3.0",
"neuropil": "^7.0.0",
"open": "0.0.4",
"read-cortex-json": "^3.6.0",
"request": "^2.34.0",
"semver-extra": "^1.0.3",
"shrinked": "^0.1.2",
"spawns": "^0.2.0",
"stares": "^1.5.0",
"tar": "^0.1.18"
},
"engines": {
"node": ">=0.10.0"
},
"bin": {
"cortex": "bin/cortex-cli.js"
},
"devDependencies": {
"mocha": "*",
"chai": "*",
"fs-sync": "^0.2.4",
"jsonfile": "~1.1.1"
},
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git@github.com:cortexjs/cortex.git"
},
"license": "MIT"
}