File size: 715 Bytes
5fae594
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
  "author": "Mark Cavage <mcavage@gmail.com>",
  "contributors": [
    "David Gwynne <loki@animata.net>",
    "Yunong Xiao <yunong@joyent.com>"
  ],
  "name": "asn1",
  "description": "Contains parsers and serializers for ASN.1 (currently BER only)",
  "version": "0.1.11",
  "repository": {
    "type": "git",
    "url": "git://github.com/mcavage/node-asn1.git"
  },
  "main": "lib/index.js",
  "engines": {
    "node": ">=0.4.9"
  },
  "dependencies": {},
  "devDependencies": {
    "tap": "0.1.4"
  },
  "scripts": {
    "pretest": "which gjslint; if [[ \"$?\" = 0 ]] ; then  gjslint --nojsdoc -r lib -r tst; else echo \"Missing gjslint. Skipping lint\"; fi",
    "test": "./node_modules/.bin/tap ./tst"
  }
}