Path: blob/master/node_modules/asn1/package.json
3973 views
{1"author": "Joyent (joyent.com)",2"contributors": [3"Mark Cavage <[email protected]>",4"David Gwynne <[email protected]>",5"Yunong Xiao <[email protected]>",6"Alex Wilson <[email protected]>"7],8"name": "asn1",9"description": "Contains parsers and serializers for ASN.1 (currently BER only)",10"version": "0.2.6",11"repository": {12"type": "git",13"url": "https://github.com/joyent/node-asn1.git"14},15"main": "lib/index.js",16"dependencies": {17"safer-buffer": "~2.1.0"18},19"devDependencies": {20"istanbul": "^0.3.6",21"faucet": "0.0.1",22"tape": "^3.5.0",23"eslint": "2.13.1",24"eslint-plugin-joyent": "~1.3.0"25},26"scripts": {27"test": "./node_modules/.bin/tape ./test/ber/*.test.js"28},29"license": "MIT"30}313233