-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
31 lines (31 loc) · 840 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
{
"name": "cottonjs",
"version": "1.3.6",
"description": "Cotton.JS is a JavaScript library that allows you to make a mouse interaction animation easily.",
"main": "lib/cotton.min.js",
"module": "src/index.js",
"scripts": {
"build": "rollup -c"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cotton123236/cotton.js.git"
},
"author": "Wilson Wu",
"license": "MIT",
"directories": {
"lib": "lib"
},
"bugs": {
"url": "https://github.com/cotton123236/cotton.js/issues"
},
"homepage": "https://github.com/cotton123236/cotton.js#readme",
"devDependencies": {
"@babel/core": "^7.14.0",
"@babel/preset-env": "^7.14.0",
"rollup": "^2.47.0",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-terser": "^7.0.2"
}
}