-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
35 lines (35 loc) · 927 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
{
"name": "image-file-convert",
"version": "0.0.2",
"main": "dist/imageFileConvert.umd.js",
"module": "dist/imageFileConvert.esm.js",
"browser": "dist/imageFileConvert.umd.js",
"dependencies": {
"exif-js": "^2.3.0",
"ms": "^2.0.0"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-env": "^1.7.0",
"blueimp-canvas-to-blob": "^3.14.0",
"rollup": "^0.66.6",
"rollup-plugin-babel": "^3.0.7",
"rollup-plugin-butternut": "^0.1.0",
"rollup-plugin-commonjs": "^9.1.0",
"rollup-plugin-node-resolve": "^3.0.0"
},
"homepage": "https://github.com/KELEN/ImageFileConvert",
"bugs": {
"url": "https://github.com/KELEN/ImageFileConvert/issues"
},
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"test": "node test/test.js",
"pretest": "npm run build"
},
"files": [
"dist"
]
}