fork-openpgpjs/package.json
2014-01-10 21:26:35 +01:00

46 lines
1.0 KiB
JSON

{
"name": "openpgpjs",
"description": "A Javascript implementation of the OpenPGP/GPG protocol.",
"version": "0.2.0",
"engines": {
"node": ">=0.8"
},
"homepage": "http://openpgpjs.org/",
"keywords": ["crypto", "pgp", "gpg", "openpgp"],
"main": "src/index.js",
"directories": {
"lib": "src"
},
"files": [
"src/",
"test/unittests.js", "test/general", "test/crypto"
],
"scripts": {
"pretest": "grunt",
"test": "grunt test"
},
"devDependencies": {
"browserify": "~2.35",
"grunt": "~0.4.2",
"mocha": "~1.15.1",
"mocha-phantomjs": "~3.1.6",
"phantomjs": "~1.9.2-5",
"chai": "~1.8.1",
"grunt-contrib-copy": "~0.4.1",
"grunt-browserify": "~1.2.11",
"grunt-contrib-uglify": "*",
"grunt-text-replace": "*",
"grunt-jsbeautifier": "*",
"grunt-contrib-jshint": "*",
"grunt-jsdoc": "*",
"grunt-mocha-test": "~0.8.1"
},
"dependencies": {
"node-localstorage": "~0.3.4"
},
"repository": {
"type": "git",
"url": "http://github.com/openpgpjs/openpgpjs"
}
}