You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
593 B
25 lines
593 B
7 years ago
|
{
|
||
|
"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"
|
||
|
}
|