-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 936 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
{
"name": "flicker",
"version": "1.1.6",
"main": "app.js",
"scripts": {
"start": "node --expose-gc app.js",
"publish:fix": "npm version patch -m \"~ Publishing fix (patch). Bumping to %s\" && git push && npm publish",
"publish:feature": "npm version minor -m \"~ Publishing feature (minor). Bumping to %s\" && git push && npm publish",
"publish:breaking": "npm version major -m \"~ Publishing breaking (major). Bumping to %s\" && git push && npm publish"
},
"repository": "jonnybrooks/flicker",
"keywords": [
"procedural",
"html",
"background",
"hero",
"video",
"sprite",
"packer",
"animation",
"canvas",
"js",
"library"
],
"author": "Jonny Brooks",
"license": "MIT",
"bugs": {
"url": "https://github.com/jonnybrooks/flicker/issues"
},
"homepage": "https://github.com/jonnybrooks/flicker#readme",
"dependencies": {
"images": "^3.0.0"
}
}