flow like the river
This commit is contained in:
commit
013fe673f3
42435 changed files with 5764238 additions and 0 deletions
29
VISUALIZACION/node_modules/ngraph.random/package.json
generated
vendored
Executable file
29
VISUALIZACION/node_modules/ngraph.random/package.json
generated
vendored
Executable file
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"name": "ngraph.random",
|
||||
"version": "1.1.0",
|
||||
"description": "Operation with random numbers for ngraph.*",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "tap test/*.js",
|
||||
"build": "browserify index.js -s ngraphRandom -o dist/ngraph.random.js && uglifyjs dist/ngraph.random.js -o dist/ngraph.random.min.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/anvaka/ngraph.random.git"
|
||||
},
|
||||
"keywords": [
|
||||
"ngraph",
|
||||
"ngraphjs"
|
||||
],
|
||||
"author": "Andrei Kashcha",
|
||||
"license": "BSD-3-Clause",
|
||||
"bugs": {
|
||||
"url": "https://github.com/anvaka/ngraph.random/issues"
|
||||
},
|
||||
"devDependencies": {
|
||||
"benchmark": "^2.1.2",
|
||||
"seedrandom": "^2.4.2",
|
||||
"uglify-js": "^3.10.0",
|
||||
"tap": "^14.10.8"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue