forked from dcos-labs/dcos-universe-browser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.06 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
{
"name": "dcos-universe-browser",
"version": "0.3.1",
"description": "A browser for the Mesosphere DC/OS Universe",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"install-deps": "npm install bower -g && bower install --allow-root --force-latest && npm install"
},
"repository": {
"type": "git",
"url": "https://github.com/dcos-labs/dcos-universe-browser.git"
},
"keywords": [
"mesos",
"browser",
"universe",
"packages",
"mesosphere",
"dc/os",
"dcos",
"ui"
],
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/dcos-labs/dcos-universe-browser/issues"
},
"homepage": "https://github.com/dcos-labs/dcos-universe-browser",
"dependencies": {
"express": "^4.14.0",
"fs2obj": "^0.3.0",
"lunr": "0.7.2",
"mkdirp": "^0.5.1",
"morgan": "^1.7.0",
"request": "*",
"rimraf": "^2.5.4",
"rotating-file-stream": "*",
"showdown": "^1.5.2",
"simple-git": "^1.62.0"
}
}