-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.13 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.13 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
{
"name": "cortex-bundle",
"version": "0.6.2",
"description": "Bundle current project into single javascript file, or with a single addition css file if css is specified.",
"main": "./lib/index.js",
"scripts": {
"test": "./node_modules/.bin/mocha -R spec test"
},
"bin": {
"cortex-bundle": "./bin/cli.js"
},
"repository": {
"type": "git",
"url": "git://github.com/cortexjs/cortex-bundle.git"
},
"keywords": [
"cortex-bundle",
"cortex",
"bundle"
],
"engines": {
"node": ">=0.11.0"
},
"author": "villadora",
"license": "MIT",
"bugs": {
"url": "https://github.com/cortexjs/cortex-bundle/issues"
},
"devDependencies": {
"chai": "^1.9.1",
"jshint": "^2.5.1",
"mocha": "^1.20.1"
},
"dependencies": {
"async": "^0.9.0",
"cortex-profile": "^3.1.2",
"cortex-shrinkwrap": "^5.0.0",
"fs-expand": "^0.2.1",
"mediation": "^0.1.0",
"minimist": "^0.2.0",
"mkdirp": "^0.5.0",
"neuron-graph": "^1.0.1",
"neuronjs": "^8.1.0",
"read-cortex-json": "^3.6.1",
"seq-stream": "^0.2.0",
"through2": "^0.6.1",
"underscore": "~1.6.0"
}
}