mirror of
https://github.com/SamEyeBam/animate.git
synced 2025-12-18 03:14:40 +00:00
larry babby and threejs for glsl
This commit is contained in:
27
webGl/my-threejs-test/node_modules/@choojs/findup/package.json
generated
vendored
Normal file
27
webGl/my-threejs-test/node_modules/@choojs/findup/package.json
generated
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"name": "@choojs/findup",
|
||||
"description": "Find a file by walking up the directory tree",
|
||||
"version": "0.2.1",
|
||||
"author": "Filirom1 <filirom1@gmail.com>",
|
||||
"bin": {
|
||||
"findup": "bin/findup.js"
|
||||
},
|
||||
"bugs": "https://github.com/choojs/findup/issues",
|
||||
"dependencies": {
|
||||
"commander": "^2.15.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"chai": "^4.1.2",
|
||||
"mocha": "^5.0.5"
|
||||
},
|
||||
"homepage": "https://github.com/choojs/findup",
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/choojs/findup.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha ./test/*.js"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user