24 lines
593 B
JSON
24 lines
593 B
JSON
{
|
|
"author": "Mark Cavage <mcavage@gmail.com>",
|
|
"contributors": [
|
|
"David Gwynne <loki@animata.net>",
|
|
"Yunong Xiao <yunong@joyent.com>",
|
|
"Alex Wilson <alex.wilson@joyent.com>"
|
|
],
|
|
"name": "asn1",
|
|
"description": "Contains parsers and serializers for ASN.1 (currently BER only)",
|
|
"version": "0.2.3",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/mcavage/node-asn1.git"
|
|
},
|
|
"main": "lib/index.js",
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"tap": "0.4.8"
|
|
},
|
|
"scripts": {
|
|
"test": "./node_modules/.bin/tap ./tst"
|
|
},
|
|
"license": "MIT"
|
|
}
|