forked from jamieowen/glsl-blend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 792 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
{
"name": "glsl-blend",
"version": "1.0.3",
"description": "glsl photoshop blend modes. glslify formatted.",
"main": "index.js",
"scripts": {
"start": "budo demo/demo-three.js -- -t glslify",
"bundle": "browserify demo/demo-three.js -t glslify | uglifyjs -cm > demo/demo-three.min.js"
},
"repository": {
"type": "git",
"url": "git@github.com:jamieowen/glsl-blend.git"
},
"author": "Jamie Owen",
"license": "MIT",
"bugs": {
"url": "https://github.com/jamieowen/glsl-blend/issues"
},
"homepage": "https://github.com/jamieowen/glsl-blend",
"devDependencies": {
"browserify": "^9.0.7",
"budo": "^8.3.0",
"glslify": "^2.0.1",
"orbit-controls": "^1.0.4",
"three": "^0.78.0",
"uglify-js": "^2.4.19"
},
"dependencies": {}
}