-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.25 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
{
"name": "dim",
"version": "0.0.2",
"description": "An image viewer",
"main": "main.js",
"repository": {
"type": "git",
"url": "git://github.com/Fiveside/dim.git"
},
"scripts": {
"start": "gulp",
"dev": "gulp dev",
"setup": "npm i"
},
"author": "Erich Healy",
"license": "MPL-2.0",
"devDependencies": {
"@types/bluebird": "^3.0.35",
"@types/chai": "^3.4.34",
"@types/core-decorators": "^0.10.30",
"@types/electron": "^1.4.25",
"@types/lodash": "^4.14.38",
"@types/node": "^6.0.46",
"del": "^2.2.1",
"electron": "^1.4.5",
"electron-packager": "^8.2.0",
"electron-prebuilt": "^1.4.5",
"eslint": "^3.4.0",
"gulp": "^3.9.1",
"gulp-run-electron": "^3.0.1",
"gulp-sourcemaps": "^2.2.0",
"gulp-typescript": "^3.1.2",
"tslint": "^3.15.1",
"typescript": "^2.0.7"
},
"dependencies": {
"@cycle/dom": "^14.0.0",
"@cycle/rxjs-run": "^3.0.3",
"bluebird": "^3.4.6",
"classnames": "^2.2.5",
"core-decorators": "^0.14.0",
"file-url": "^1.1.0",
"keypress": "git+https://github.com/dmauro/Keypress.git",
"lodash": "^4.16.6",
"mobx": "^2.6.1",
"natsort": "^1.0.6",
"rxjs": "^5.0.0-rc.3",
"xstream": "^7.0.0",
"yauzl": "^2.7.0"
}
}