-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 935 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
{
"name": "houdini-noise",
"version": "0.0.5",
"description": "CSS Houdini PaintWorklet for background noise",
"main": "dist/worklet.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jh3y/houdini-noise.git"
},
"files": [
"dist/*",
"README.md"
],
"keywords": [
"CSS",
"Houdini",
"Worklet",
"PaintWorklet"
],
"author": "Jhey Tompkins <jh3y@users.noreply.github.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jh3y/houdini-noise/issues"
},
"homepage": "https://github.com/jh3y/houdini-noise#readme",
"devDependencies": {
"@babel/cli": "^7.12.10",
"@babel/core": "^7.12.10",
"autoprefixer": "^10.1.0",
"browser-sync": "^2.26.13",
"postcss": "^8.2.1",
"postcss-cli": "^8.3.1",
"pug-cli": "^1.0.0-alpha6",
"stylus": "^0.54.8"
}
}