-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 889 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 889 Bytes
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
{
"name": "InfraJS",
"version": "0.1.0",
"keywords": [
"docker",
"gui",
"ui",
"environment",
"development",
"containers"
],
"author": "Michael Paleo <github@michaelpaleo.com>",
"license": "MIT",
"main": "scripts/dist/main.js",
"dependencies": {
"dockerode": "^2.2.10",
"lodash": "^4.13.1",
"lowdb": "^0.13.0-beta-5",
"material-design-lite": "^1.1.3",
"node-uuid": "^1.4.7",
"shelljs": "^0.7.0",
"simple-git": "^1.37.0",
"vue": "^1.0.24"
},
"devDependencies": {
"babel-preset-es2015": "^6.9.0",
"electron-prebuilt": "^1.2.3",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-cssmin": "^0.1.7",
"gulp-less": "^3.1.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2"
}
}