43 lines
860 B
JSON
43 lines
860 B
JSON
{
|
|
"name": "openpgp",
|
|
"version": "0.2.0-dev",
|
|
"engines": {
|
|
"node": ">=0.8"
|
|
},
|
|
"main": "src/index.js",
|
|
"directories": {
|
|
"lib": "src"
|
|
},
|
|
"files": [
|
|
"src",
|
|
"test"
|
|
],
|
|
"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"
|
|
}
|
|
}
|