-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
70 lines (70 loc) · 1.8 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "unitejs-image-cli",
"version": "1.0.2",
"description": "Command line interface to the UniteJS image tool library",
"main": "dist/cli.js",
"repository": {
"type": "git",
"url": "https://github.com/unitejs/image-cli.git"
},
"keywords": [
"unite",
"unitejs",
"image",
"cli",
"svg",
"ico",
"png",
"icns",
"mask",
"framework",
"scaffolding",
"boilerplate"
],
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/unitejs/image-cli/issues"
},
"homepage": "https://github.com/unitejs/image-cli#readme",
"engines": {
"node": ">=8.0.0"
},
"devDependencies": {
"@types/chai": "4.1.7",
"@types/mocha": "5.2.6",
"@types/node": "11.11.3",
"@types/phantom": "3.2.5",
"@types/sinon": "7.0.10",
"chai": "4.2.0",
"coveralls": "3.0.3",
"del": "3.0.0",
"favicons": "5.3.0",
"gulp": "3.9.1",
"gulp-coveralls": "0.1.4",
"gulp-istanbul": "1.1.3",
"gulp-mocha": "3.0.1",
"gulp-replace": "1.0.0",
"gulp-sourcemaps": "2.6.4",
"gulp-tslint": "8.1.3",
"gulp-typescript": "5.0.0",
"merge2": "1.2.3",
"minimist": "1.2.0",
"remap-istanbul": "0.13.0",
"run-sequence": "2.2.1",
"sinon": "7.2.7",
"tslint": "5.14.0",
"tslint-microsoft-contrib": "6.1.0",
"typescript": "3.3.3333"
},
"dependencies": {
"jimp": "0.2.28",
"phantom": "6.0.3",
"unitejs-cli-core": "1.1.5",
"unitejs-framework": "1.0.5",
"unitejs-image": "1.0.2"
},
"bin": {
"unite-image": "bin/unite-image.js"
}
}