-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
33 lines (33 loc) · 995 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
{
"name": "@capsureit/uppy-cloudinary",
"version": "0.1.4",
"description": "Upload to Cloudinary with Uppy",
"main": "dist/common.js",
"jsnext:main": "dist/esm.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup --config rollup.config.cjs.js && rollup --config rollup.config.esm.js",
"prepare": "npm run-script build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CapsureIt/uppy-cloudinary.git"
},
"author": "[email protected]",
"license": "ISC",
"bugs": {
"url": "https://github.com/CapsureIt/uppy-cloudinary/issues"
},
"homepage": "https://github.com/CapsureIt/uppy-cloudinary#readme",
"devDependencies": {
"@babel/core": "^7.1.0",
"@babel/preset-env": "^7.1.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"rollup": "^0.66.2",
"rollup-plugin-babel": "^4.0.3"
},
"dependencies": {
"@uppy/core": "^0.27.2",
"babel-polyfill": "^6.26.0"
}
}