PHP WebShell
Текущая директория: /usr/lib/node_modules/bitgo-express/node_modules/elliptic
Просмотр файла: package.json
{
"name": "elliptic",
"version": "5.2.1",
"description": "EC cryptography",
"main": "lib/elliptic.js",
"scripts": {
"test": "make lint && istanbul test _mocha --reporter=spec test/*-test.js",
"coveralls": "cat ./coverage/lcov.info | coveralls"
},
"repository": {
"type": "git",
"url": "git@github.com:indutny/elliptic"
},
"keywords": [
"EC",
"Elliptic",
"curve",
"Cryptography"
],
"author": "Fedor Indutny <fedor@indutny.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/indutny/elliptic/issues"
},
"homepage": "https://github.com/indutny/elliptic",
"devDependencies": {
"browserify": "^3.44.2",
"coveralls": "^2.11.3",
"istanbul": "^0.3.17",
"jscs": "^1.11.3",
"jshint": "^2.6.0",
"mocha": "^2.1.0",
"uglify-js": "^2.4.13"
},
"dependencies": {
"bn.js": "^3.1.1",
"brorand": "^1.0.1",
"hash.js": "^1.0.0",
"inherits": "^2.0.1"
}
}
Выполнить команду
Для локальной разработки. Не используйте в интернете!