-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.09 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
{
"name": "lorem-pix",
"version": "2.0.0",
"description": "Create placeholder image at the speed of light.",
"keywords": [
"image",
"picture",
"placeholder",
"filler",
"web-api"
],
"main": "index.js",
"author": "GMartigny",
"homepage": "https://github.com/GMartigny/lorem-pix",
"funding": "https://github.com/GMartigny/lorem-pix?sponsor=1",
"repository": {
"type": "git",
"url": "git@github.com:GMartigny/lorem-pix.git"
},
"license": "MIT",
"dependencies": {
"allow-cors": "^1.0.0",
"canvas": "^2.6.1",
"clamp": "^1.0.1"
},
"scripts": {
"lint": "eslint \"**/*.js\"",
"test": "ava",
"now-build": "yum install libuuid-devel libmount-devel && cp /lib64/{libuuid,libmount,libblkid}.so.1 node_modules/canvas/build/Release/ && echo 'Done !'"
},
"eslintConfig": {
"extends": "@gmartigny/eslint-config"
},
"devDependencies": {
"@gmartigny/eslint-config": "^1.5.0",
"ava": "^3.10.1",
"eslint": "^7.5.0"
}
}