UNPKG

orionsoft-react-scripts

Version:

Orionsoft Configuration and scripts for Create React App.

25 lines (24 loc) 593 B
{ "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" }