29 lines
743 B
JSON
Executable file
29 lines
743 B
JSON
Executable file
{
|
|
"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"
|
|
}
|
|
}
|