forked from fdegryse/Jeff
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 775 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 775 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
{
"name": "jeff",
"description": "Extracts Json meta-data and images from a SWF Flash file.",
"version": "0.2.8",
"private": false,
"author": {
"name": "Brice Chevalier",
"email": "bchevalier@wizcorp.jp"
},
"bin": {
"jeff": "./bin/jeff"
},
"main": "./src/index.js",
"dependencies": {
"async": "0.2.10",
"buffer-crc32": "^0.2.5",
"canvas": "1.1.6",
"commander": "2.2.0",
"fs-extra": "0.8.1",
"glob": "4.3.1",
"image-optim": "0.3.0",
"js-beautify": "1.4.2",
"node-pngquant-native": "0.0.12"
},
"repository": {
"type": "git",
"url": "https://github.com/Wizcorp/jeff.git"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/Wizcorp/jeff/blob/master/LICENSE"
}
]
}