-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
31 lines (31 loc) · 843 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
{
"name": "glass",
"version": "2.0.0",
"main": "index.js",
"scripts": {
"start": "./node_modules/.bin/electron .",
"test": "./node_modules/.bin/eslint ."
},
"dependencies": {
"bcrypt-nodejs": "github:shanegirish/bcrypt-nodejs",
"electron": "^2.0.2",
"electron-localshortcut": "^2.0.2",
"file-type": "^8.0.0",
"jquery": "^3.2.1",
"moment": "^2.22.1",
"sandboxed-fs": "^0.3.1",
"sequelize": "^4.37.8",
"sqlite3": "^4.0.0",
"url-validate": "^1.0.1",
"vue": "^2.5.2"
},
"devDependencies": {
"typescript": "^2.8.3",
"electron-rebuild": "^1.5.7",
"eslint": "^4.19.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kurisubrooks/glass2.git"
}
}