-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
41 lines (41 loc) · 950 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
36
37
38
39
40
41
{
"name": "bubble-hearts",
"version": "1.0.0",
"description": "(<3kb) 💖Bubble hearts animation.",
"main": "./bubble-hearts.min.js",
"scripts": {
"build": "rollup --config",
"test": "http-server ./ -p 8080 -c-1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lixinliang/bubble-hearts.git"
},
"keywords": [
"bubble",
"canvas",
"animation",
"hearts",
"like",
"fly",
"live"
],
"author": {
"name": "lixinliang",
"url": "https://github.com/lixinliang"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/lixinliang/bubble-hearts/issues"
},
"dependencies": {},
"devDependencies": {
"babel-preset-es2015": "^6.18.0",
"babel-preset-es2015-rollup": "^3.0.0",
"babel-runtime": "^6.20.0",
"rollup": "^0.40.0",
"rollup-plugin-babel": "^2.7.1",
"rollup-plugin-license": "^0.2.0",
"rollup-plugin-uglify": "^1.0.1"
}
}