cleanup for npm

This commit is contained in:
Tankred Hase 2014-01-10 19:53:23 +01:00
parent 22ee7f1601
commit 9ed30ee09d
2 changed files with 2 additions and 3 deletions

View File

@ -1,10 +1,8 @@
OpenPGP.js
OpenPGP.js [![Build Status](https://secure.travis-ci.org/openpgpjs/openpgpjs.png?branch=master,v0.1.x)](http://travis-ci.org/openpgpjs/openpgpjs)
==========
[OpenPGP.js](http://openpgpjs.org/) is a Javascript implementation of the OpenPGP protocol. This is defined in [RFC 4880](http://tools.ietf.org/html/rfc4880).
[![Build Status](https://secure.travis-ci.org/openpgpjs/openpgpjs.png?branch=master,v0.1.x)](http://travis-ci.org/openpgpjs/openpgpjs)
# Installation
## Node.js
npm install openpgpjs

View File

@ -1,5 +1,6 @@
{
"name": "openpgpjs",
"description": "A Javascript implementation of the OpenPGP protocol.",
"version": "0.2.0",
"engines": {
"node": ">=0.8"