-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 907 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
32
33
34
35
36
37
{
"name": "electron-tinypng",
"version": "0.1.0",
"description": "an electron application to help you compress png/jpg using tinypng",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/xinsnake/electron-tinypng.git"
},
"keywords": [
"png",
"jpg",
"compression",
"tinypng",
"tinyjpg"
],
"author": "Xinyun ZHOU <[email protected]>",
"license": "MIT",
"homepage": "https://bitbucket.org/xinsnake/electron-tinypng#readme",
"dependencies": {
"angular": "^1.5.8",
"angular-toastr": "^2.1.1",
"filesize": "^3.3.0",
"font-awesome": "^4.7.0",
"muicss": "^0.9.3",
"ng-file-upload": "^12.2.12",
"normalize-css": "^2.3.1",
"react": "^15.3.2",
"tinify": "^1.3.0"
},
"devDependencies": {
"electron": "^1.4.4"
}
}