forked from PixelsCommander/HTML-GL
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 808 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
{
"name": "html-gl",
"version": "0.3.2",
"description": "Get as many FPS as you need by rendering HTML/CSS in WebGL",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/PixelsCommander/HTML-GL.git"
},
"keywords": [
"WebGL",
"HTML",
"CSS",
"JS",
"performance",
"NoDOM",
"60fps",
"animations"
],
"author": "PixelsCommander",
"license": "MIT",
"bugs": {
"url": "https://github.com/PixelsCommander/HTML-GL/issues"
},
"homepage": "https://github.com/PixelsCommander/HTML-GL",
"devDependencies": {
"gulp": "~3.8.11",
"gulp-concat": "~2.5.2",
"gulp-uglifyjs": "~0.6.0"
},
"dependencies": {
"gulp-bump": "^0.2.2"
}
}