-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
88 lines (88 loc) · 2.34 KB
/
package.json
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
86
87
88
{
"name": "node-compose",
"description": "start node-processes as with docker-compose",
"author": {
"name": "Christian Blaschke",
"email": "[email protected]",
"url": "https://github.com/platdesign"
},
"version": "0.2.0",
"license": "MIT",
"dependencies": {
"cli-table": "^0.3.1",
"code": "^4.0.0",
"colors": "^1.1.2",
"ctxq": "^0.1.5",
"extend": "^3.0.0",
"h2o2": "^5.4.0",
"hapi": "^16.0.0",
"inert": "^4.0.1",
"is": "^3.1.0",
"js-yaml": "^3.6.1",
"nodemon": "^1.18.2",
"open": "0.0.5",
"pidusage": "^1.0.4",
"ps-tree": "^1.1.0",
"rx": "^4.1.0",
"socket.io": "^1.4.8",
"update-notifier": "^1.0.2",
"vorpal": "^1.11.2",
"which": "^1.2.10"
},
"repository": "[email protected]:platdesign/node-compose.git",
"homepage": "https://github.com/platdesign/node-compose",
"main": "./index.js",
"bin": {
"node-compose": "bin/bn.js"
},
"scripts": {
"test": "NODE_ENV=test mocha",
"test-watch": "NODE_ENV=test mocha -w",
"build": "rm -rf ./lib/app/monitor/public && NODE_ENV=production webpack -p",
"assets-dev": "webpack-dev-server --port 50505 --devtool eval --progress --colors --content-base build",
"run-dev": "ASSET_SERVER=http://localhost:50505 nodemon ."
},
"keywords": [
"microservices",
"multiprocess",
"docker",
"docker-compose",
"dev",
"devtools",
"devhelper",
"manage",
"nodejs",
"javascript",
"ilovejs"
],
"devDependencies": {
"angular": "^1.5.7",
"angular-moment": "^1.0.0-beta.6",
"angular-ui-router": "^0.3.1",
"babel-core": "^6.18.2",
"babel-loader": "^6.2.7",
"babel-preset-es2015": "^6.18.0",
"css-element-queries": "^0.3.2",
"css-loader": "^0.25.0",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"font-awesome": "^4.6.3",
"gulp": "^3.9.1",
"jquery": "^3.0.0",
"json-loader": "^0.5.4",
"mocha": "^3.0.2",
"moment-duration-format": "^1.3.0",
"ng-annotate-webpack-plugin": "^0.1.3",
"ngstorage": "^0.3.10",
"node-sass": "^3.11.2",
"normalize-scss": "^5.0.3",
"pug-html-loader": "^1.0.9",
"ramda": "^0.22.0",
"rx-angular": "^1.1.3",
"sass-loader": "^4.0.2",
"socket.io-client": "^1.4.8",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.13.3"
}
}