-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.67 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
{
"name": "unitejs-image",
"version": "1.0.2",
"description": "Core code for manipulating images",
"repository": {
"type": "git",
"url": "https://github.com/unitejs/image.git"
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"keywords": [
"unite",
"unitejs",
"svg",
"ico",
"png",
"icns",
"mask",
"framework",
"scaffolding",
"boilerplate"
],
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/unitejs/image/issues"
},
"homepage": "https://github.com/unitejs/image#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",
"fancy-log": "1.3.3",
"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",
"text-encoding": "0.7.0",
"unitejs-framework": "1.0.5"
}
}