forked from deployd/dpd-dashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 991 Bytes
/
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
{
"name": "dpd-dashboard",
"description": "Dashboard for Deployd",
"version": "1.1.1",
"author": "Deployd Contributors",
"repository": {
"type": "git",
"url": "git://github.com/deployd/dpd-dashboard.git"
},
"dependencies": {
"async": "^2.0.1",
"dpd-clientlib": "^0.8.9",
"ejs": "^2.5.1",
"filed": "^0.1.0",
"mime": "^1.4.0"
},
"devDependencies": {
"bootstrap-sass": "^2.3.2",
"node-sass": "^4.5.3",
"standard-version": "^4.2.0"
},
"bugs": {
"url": "https://github.com/deployd/dpd-dashboard/issues"
},
"resolutions": {
"mime": "1.4.0"
},
"homepage": "https://github.com/deployd/dpd-dashboard",
"main": "dashboard.js",
"scripts": {
"prepublish": "node-sass dashboard/stylesheets/style.scss dashboard/stylesheets/style.css",
"test": "echo \"Error: no test specified\" && exit 1",
"release": "standard-version"
},
"keywords": [
"dashboard",
"dpd",
"deployd"
],
"license": "MIT"
}