63 lines
1.4 KiB
JSON
63 lines
1.4 KiB
JSON
{
|
|
"name": "glslify",
|
|
"version": "5.1.0",
|
|
"description": "A node.js-style module system for GLSL!",
|
|
"main": "index.js",
|
|
"bin": {
|
|
"glslify": "bin.js"
|
|
},
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"test": "node test | tap-spec"
|
|
},
|
|
"authors": [
|
|
"Hugh Kennedy <hughskennedy@gmail.com> (http://hughsk.io/)",
|
|
"Mikola Lysenko <mikolalysenko@gmail.com> (http://0fps.net)",
|
|
"Chris Dickinson <chris@neversaw.us> (http://neversaw.us)"
|
|
],
|
|
"dependencies": {
|
|
"bl": "^1.0.0",
|
|
"glsl-resolve": "0.0.1",
|
|
"glslify-bundle": "^5.0.0",
|
|
"glslify-deps": "^1.2.5",
|
|
"minimist": "^1.2.0",
|
|
"resolve": "^1.1.5",
|
|
"static-module": "^1.1.2",
|
|
"through2": "^0.6.3",
|
|
"xtend": "^4.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"browserify": "^12.0.1",
|
|
"from2": "^1.3.0",
|
|
"glsl-easings": "^1.0.0",
|
|
"glsl-noise": "0.0.0",
|
|
"glslify-hex": "^2.0.1",
|
|
"shell-quote": "^1.4.3",
|
|
"tap-spec": "^2.2.1",
|
|
"tape": "^3.5.0",
|
|
"uniq": "^1.0.1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/stackgl/glslify.git"
|
|
},
|
|
"keywords": [
|
|
"ecosystem:stackgl",
|
|
"browserify-transform",
|
|
"glslify",
|
|
"glsl",
|
|
"module",
|
|
"system",
|
|
"cli",
|
|
"shader",
|
|
"webgl"
|
|
],
|
|
"browser": {
|
|
"index.js": "./browser.js"
|
|
},
|
|
"homepage": "https://github.com/stackgl/glslify",
|
|
"bugs": {
|
|
"url": "https://github.com/stackgl/glslify/issues"
|
|
}
|
|
}
|