-
Notifications
You must be signed in to change notification settings - Fork 2k
/
package.json
44 lines (44 loc) · 953 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
38
39
40
41
42
43
44
{
"name": "photon",
"version": "2.0.1",
"description": "JavaScript library for the WordPress.com Photon image manipulation service",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"sideEffects": false,
"repository": {
"type": "git",
"url": "git://github.com/Automattic/wp-calypso.git",
"directory": "packages/photon"
},
"keywords": [
"wordpress",
"photon",
"image",
"resize",
"thumbnail",
"filter",
"service",
"api",
"library"
],
"author": "Automattic, Inc.",
"contributors": [
"Nathan Rajlich <[email protected]>"
],
"license": "GPL-2.0-or-later",
"bugs": {
"url": "https://github.com/Automattic/wp-calypso/issues"
},
"homepage": "https://github.com/Automattic/wp-calypso",
"dependencies": {
"crc32": "0.2.2",
"debug": "^3.2.6",
"seed-random": "2.2.0",
"url": "^0.11.0"
},
"scripts": {
"clean": "npx rimraf dist",
"prepublish": "npm run clean",
"prepare": "transpile"
}
}