mirror of
https://github.com/openpgpjs/openpgpjs.git
synced 2026-02-27 21:43:24 +00:00
10 lines
149 B
JSON
10 lines
149 B
JSON
{
|
|
"name": "openpgp",
|
|
"version": "0.0.1",
|
|
"main": "./src/index.js",
|
|
"scripts": {
|
|
"install": "make bundle",
|
|
"test": "node ./test/test.js"
|
|
}
|
|
}
|