-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·56 lines (56 loc) · 1.27 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
54
55
56
{
"name": "DifferPostgres",
"version": "0.0.0",
"description": "AppTool to manage version of the postresql integration and production database",
"main": "src/front/index.html",
"devDependencies": {
"gulp": "^3.9.0",
"gulp-babel": "^5.2.1",
"gulp-clean": "^0.3.1",
"gulp-concat": "^2.6.0",
"gulp-istanbul": "^0.10.0",
"gulp-jasmine": "^2.0.1",
"gulp-jsdoc": "^0.1.4",
"gulp-jshint": "^1.11.2",
"gulp-sourcemaps": "^1.5.2",
"gulp-tslint": "^3.2.0",
"gulp-tslint-stylish": "^1.0.4",
"gulp-typescript": "^2.8.1",
"gulp-uglify": "^1.4.0",
"gulp-watch": "^4.3.5",
"jasmine-core": "^2.3.4",
"jshint-stylish": "^2.0.1",
"phantomjs": "^1.9.18"
},
"window": {
"title": "Postgres Differ",
"icon": "link.png",
"toolbar": false,
"frame": true,
"width": 1200,
"height": 700,
"position": "mouse",
"min_width": 400,
"min_height": 200,
"max_width": 1200,
"max_height": 700
},
"scripts": {
"test": "gulp test",
"start": "nw"
},
"keywords": [
"postgresql",
"difference",
"commit",
"integration"
],
"author": "Marek Mitis",
"license": "ISC",
"dependencies": {
"diff": "^2.1.2",
"jsdiff": "^1.1.1",
"nw": "^0.12.3",
"q": "^1.4.1"
}
}