-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.17 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
51
52
53
{
"name": "pl-sql-client",
"version": "0.0.0",
"license": "GPL-3.0",
"repository": "kyle-ilantzis/pl-sql-client",
"dependencies": {
"any-db": "*",
"any-db-mysql": "*",
"any-db-postgres": "*",
"mkdirp": "^0.5.1",
"moment": "^2.4.0",
"node-watch": "^0.3.4"
},
"main": "index.html",
"single-instance": false,
"scripts": {
"start": "gulp"
},
"webkit": {
"plugin": true
},
"js-flags": "--harmony --harmony_arrow_functions",
"devDependencies": {
"gulp": "^3.9.0",
"gulp-environments": "^0.1.1",
"gulp-filter": "^3.0.1",
"gulp-less": "^3.0.3",
"gulp-react": "^3.0.1",
"gulp-shell": "^0.4.3",
"gulp-substituter": "^0.3.0",
"gulp-util": "^3.0.6",
"gulp-watch": "^4.3.5",
"map-stream": "0.0.6",
"nw": "0.12.3",
"nw-builder": "^2.0.2",
"qunitjs": "^1.19.0",
"react-tools": "^0.13.3",
"rimraf": "^2.4.3",
"run-sequence": "^1.1.3",
"semver": "^5.0.3"
},
"window": {
"title": "Pretty Legendary SQL Client",
"toolbar": true,
"frame": true,
"show": false,
"width": 800,
"height": 400,
"position": "mouse",
"min_width": 400,
"min_height": 200
}
}