-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy pathpackage.json
More file actions
85 lines (85 loc) · 1.83 KB
/
package.json
File metadata and controls
85 lines (85 loc) · 1.83 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "cortex",
"version": "6.2.4",
"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.2.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",
"httpolyglot": "^0.1.1",
"ignore": "^2.2.14",
"loggie": "^0.1.8",
"make-array": "^0.1.1",
"mix2": "^1.0.0",
"cortex-neuron-builder": "^4.1.0",
"neuron-graph": "^1.0.0",
"neuronjs": "^8.3.0",
"neuropil": "^7.0.0",
"open": "0.0.4",
"promise": "^7.0.4",
"read-cortex-json": "^3.6.0",
"request": "^2.34.0",
"semver-extra": "^2.0.0",
"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"
}