-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.33 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "css-houdini-bubbles",
"version": "0.0.7",
"description": "CSS Houdini Background Bubbles",
"source": "src/index.js",
"main": "dist/bubbles.js",
"directories": {
"example": "example"
},
"scripts": {
"build": "microbundle --entry src/index.js --output dist/bubbles.js --no-pkg-main --format modern --no-sourcemap",
"prepublish": "npm run build",
"preserve": "npm run build",
"serve": "nodemon --delay 1000ms ./server.js",
"dev": "watch 'npm run build' ./src ./example",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AKAspanion/css-houdini-bubbles.git"
},
"keywords": [
"houdini",
"css-houdini",
"css-houdini-bubbles",
"css",
"bubbles",
"paintworklet",
"paint",
"worklet",
"background"
],
"author": {
"name": "Ankit Kumar Pandit",
"email": "panditankit1995@gmail.com",
"twitter": "",
"web": "https://ankitpandit.xyz"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/AKAspanion/css-houdini-bubbles/issues"
},
"homepage": "https://github.com/AKAspanion/css-houdini-bubbles#readme",
"devDependencies": {
"express": "^4.17.1",
"microbundle": "^0.13.0",
"nodemon": "^2.0.7",
"watch": "^1.0.2"
},
"files": [
"dist"
]
}