-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.01 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
{
"name": "houdini-clouds",
"version": "1.0.0",
"description": "A Houdini PaintWorklet to draw background clouds.",
"main": "worklet.js",
"scripts": {
"demo": "npx http-server -a localhost -c-1 -o",
"postpublish": "git push origin; git push origin --tags",
"postversion": "npm publish",
"preversion": "npm test",
"test": "jasmine spec/spec.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/redoPop/houdini-clouds.git"
},
"keywords": [
"css",
"houdini",
"worklet"
],
"author": {
"name": "Joe Bartlett",
"email": "[email protected]",
"url": "https://redopop.com"
},
"license": "ISC",
"files": [
"worklet.js"
],
"bugs": {
"url": "https://github.com/redoPop/houdini-clouds/issues"
},
"homepage": "https://github.com/redoPop/houdini-clouds#readme",
"devDependencies": {
"express": "^4.17.0",
"jasmine": "^3.6.0",
"pixelmatch": "^5.2.0",
"pngjs": "^6.0.0",
"pug": "^3.0.2",
"puppeteer": "^5.5.0"
}
}