forked from liberodark/ODrive
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.29 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
{
"name": "odrive",
"version": "0.1.1",
"description": "Simple google drive client",
"main": "main.js",
"repository": "[email protected]:liberodark/ODrive.git",
"author": "coyotte508 <[email protected]>",
"license": "GPL-3.0",
"dependencies": {
"array-unique": "^0.3.2",
"body-parser": "^1.18.2",
"bootstrap": "4.0.0-beta",
"chokidar": "^1.7.0",
"command-line-args": "^4.0.7",
"deep-equal": "^1.0.1",
"delay": "^2.0.0",
"ejs": "^2.5.7",
"express": "^4.16.1",
"file-loader": "^1.1.4",
"font-awesome": "^4.7.0",
"fs-extra": "^4.0.2",
"googleapis": "^22.2.0",
"jquery": "^3.2.1",
"md5-file": "^3.2.3",
"mkdirp-promise": "^5.0.1",
"morgan": "^1.9.0",
"nedb-promise": "^2.0.1",
"node-notifier": "^5.1.2",
"popper.js": "^1.12.5",
"sass-loader": "^6.0.6",
"tether": "^1.4.0"
},
"devDependencies": {
"copy-webpack-plugin": "^4.1.0",
"css-loader": "^0.28.7",
"electron": "^1.7.8",
"eslint": "^4.8.0",
"extract-text-webpack-plugin": "^3.0.1",
"node-sass": "^4.5.3",
"resolve-url-loader": "^2.1.0",
"style-loader": "^0.19.0",
"url-loader": "^0.6.2",
"webpack": "^3.6.0"
},
"scripts": {
"lint": "eslint app main.js",
"test": "npm run lint",
"start": "electron main"
}
}