30 lines
719 B
JSON
30 lines
719 B
JSON
|
{
|
||
|
"name": "@peculiar/webcrypto-test",
|
||
|
"version": "3.0.0",
|
||
|
"description": "> TODO: description",
|
||
|
"author": "microshine <microshine@mail.ru>",
|
||
|
"homepage": "https://github.com/PeculiarVentures/webcrypto/tree/master/packages/webcrypto-test#readme",
|
||
|
"license": "MIT",
|
||
|
"main": "build/index.js",
|
||
|
"directories": {
|
||
|
"lib": "lib",
|
||
|
"test": "__tests__"
|
||
|
},
|
||
|
"files": [
|
||
|
"lib"
|
||
|
],
|
||
|
"publishConfig": {
|
||
|
"access": "public"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/PeculiarVentures/webcrypto.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: run tests from root\" && exit 1"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/PeculiarVentures/webcrypto/issues"
|
||
|
}
|
||
|
}
|