-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1015 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
{
"name": "calipers-webp",
"version": "2.0.0",
"description": "WEBP plugin for calipers.",
"main": "lib/index.js",
"scripts": {
"test": "NODE_ENV=test istanbul cover _mocha -- test --recursive --timeout 15000",
"enforce": "istanbul check-coverage --statement 100 --branch 100 --function 100 --lines 100",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "https://github.com/calipersjs/calipers-webp.git"
},
"keywords": [
"image",
"size",
"webp"
],
"author": "Vadym Borodin <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/calipersjs/calipers/issues"
},
"homepage": "https://github.com/calipersjs/calipers-webp",
"devDependencies": {
"chai": "2.x.x",
"chai-as-promised": "4.x.x",
"coveralls": "2.x.x",
"eslint": "1.x.x",
"eslint-config-lob": "1.x.x",
"istanbul": "0.x.x",
"mocha": "2.x.x",
"mocha-lcov-reporter": "0.x.x"
},
"dependencies": {
"bluebird": "3.x.x"
}
}