-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·37 lines (37 loc) · 863 Bytes
/
package.json
File metadata and controls
executable file
·37 lines (37 loc) · 863 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
36
37
{
"name": "augmentable-sql",
"version": "0.1.1",
"description": "Augmentable SQL",
"main": "main/index.js",
"scripts": {
"start": "electron .",
"pack": "electron-builder --dir",
"dist": "electron-builder"
},
"repository": "https://github.com/augmentable/augmentable-sql",
"keywords": [
"Augmentable",
"SQL"
],
"author": "Patrick DeVivo",
"devDependencies": {
"electron": "~1.7.8",
"electron-builder": "^19.34.1",
"electron-devtools-installer": "^2.2.0"
},
"dependencies": {
"alasql": "^0.4.3",
"electron-is-dev": "^0.3.0",
"electron-remote": "^1.2.0",
"md5-file": "^3.2.3",
"moment": "^2.18.1"
},
"build": {
"appId": "io.augmentable-sql.app",
"productName": "Augmentable SQL",
"files": "!augmentable-sql$/src{/*}",
"mac": {
"type": "distribution"
}
}
}