mirror of
https://github.com/gre/gl-react.git
synced 2026-01-18 16:16:59 +00:00
31 lines
657 B
JSON
31 lines
657 B
JSON
{
|
|
"private": true,
|
|
"name": "gl-react-example-video",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"license": "MIT",
|
|
"browserify": {
|
|
"transform": [
|
|
"babelify",
|
|
"glslify"
|
|
]
|
|
},
|
|
"scripts": {
|
|
"start": "budo index.js:bundle.js | garnish",
|
|
"build": "NODE_ENV=production browserify index.js | uglifyjs -cm > bundle.js"
|
|
},
|
|
"devDependencies": {
|
|
"babelify": "^6.1.3",
|
|
"browserify": "^11.0.1",
|
|
"budo": "^4.1.0",
|
|
"garnish": "^2.2.2",
|
|
"uglify-js": "^2.4.24"
|
|
},
|
|
"dependencies": {
|
|
"gl-react": "file:../..",
|
|
"glsl-fast-gaussian-blur": "^1.0.2",
|
|
"glslify": "^2.3.1",
|
|
"react": "^0.13.3"
|
|
}
|
|
}
|