-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 911 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
{
"name": "js-bitmap",
"version": "1.0.2",
"main": "dist/index.js",
"repository": "https://github.com/YouHan26/js-bitmap.git",
"author": "youhan26 <[email protected]>",
"license": "MIT",
"scripts": {
"bundle": "node node_modules/rollup/bin/rollup --config rollup.config.js"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-export-default-from": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.2.0",
"@babel/preset-env": "^7.2.3",
"rollup": "^0.68.2",
"rollup-plugin-babel": "^4.1.0",
"rollup-plugin-commonjs": "^9.2.0",
"rollup-plugin-node-resolve": "^4.0.0",
"rollup-plugin-replace": "^2.1.0",
"rollup-plugin-uglify": "^6.0.0",
"simple-object-hash": "^1.0.2"
},
"dependencies": {
"@babel/polyfill": "^7.2.5",
"object-sizeof": "^1.3.0"
},
"browserslist": "> 50%, not dead"
}