-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.21 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": "wtc-barfystars",
"version": "1.3.2",
"description": "Turn any element into a particle system fountain.",
"source": "src/wtc-barfystars.js",
"main": "dist/wtc-barfystars.js",
"umd:main": "dist/wtc-barfystars.umd.js",
"unpkg": "dist/wtc-barfystars.umd.js",
"module": "dist/wtc-barfystars.module.js",
"exports": {
".": "./dist/wtc-barfystars.modern.js"
},
"style": "dist/wtc-barfystars.css",
"css": "dist/wtc-barfystars.css",
"files": [
"dist"
],
"scripts": {
"copy-css": "cp src/wtc-barfystars.css dist/wtc-barfystars.css",
"clean": "rm -rf ./dist",
"build": "npm run clean; microbundle; npm run copy-css",
"dev": "npm run clean; microbundle watch; npm run copy-css",
"prepare": "npm run build"
},
"dependencies": {
"wtc-measure-fps": "^0.0.2",
"wtc-vector": "^0.1.11"
},
"devDependencies": {
"microbundle": "^0.15.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wethegit/wtc-barfystars.git"
},
"keywords": [
"wtc",
"barfystars"
],
"homepage": "https://github.com/wethegit/wtc-barfystars#readme",
"author": "Liam Egan <[email protected]> (http://wethecollective.com)",
"license": "ISC"
}