-
Notifications
You must be signed in to change notification settings - Fork 56
/
package.json
45 lines (45 loc) · 1.11 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
{
"name": "changedpi",
"version": "1.0.4",
"description": "Quickly change the dpi for an image without re enconding",
"main": "dist/index.js",
"scripts": {
"test": "mocha --compilers js:babel-core/register",
"build": "babel src -d dist",
"lint": "eslint src/index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/shutterstock/changeDPI"
},
"bugs": "https://github.com/shutterstock/changeDPI/issues",
"keywords": [
"dpi",
"ediot",
"imagemagick",
"image",
"header",
"jpeg",
"png"
],
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-core": "^6.18.2",
"babel-preset-es2015": "^6.18.0",
"babelify": "^7.3.0",
"browserify": "^13.1.1",
"chai": "^3.5.0",
"eslint": "^3.9.1",
"eslint-config-standard": "^6.2.1",
"eslint-plugin-promise": "^3.3.0",
"eslint-plugin-standard": "^2.0.1",
"mocha": "^3.1.2",
"sinon": "^1.17.6",
"sinon-chai": "^2.8.0",
"watchify": "^3.7.0",
"atob": "^2.0.3",
"btoa": "^1.1.2"
},
"author": "Andrea Bogazzi <[email protected]>",
"license": "MIT"
}