mirror of
https://github.com/openpgpjs/openpgpjs.git
synced 2026-03-03 16:00:26 +00:00
20 lines
413 B
JSON
20 lines
413 B
JSON
{
|
|
"name": "openpgp",
|
|
"version": "0.0.1",
|
|
"main": "./src/index.js",
|
|
"scripts": {
|
|
"pretest": "make bundle && make bundle-test",
|
|
"test": ""
|
|
},
|
|
"devDependencies": {
|
|
"browserify": "~2.33",
|
|
"grunt": "~0.4.1",
|
|
"grunt-browserify": "~1.2.8",
|
|
"grunt-contrib-uglify": "*",
|
|
"grunt-text-replace": "*",
|
|
"grunt-jsbeautifier": "*",
|
|
"grunt-contrib-jshint": "*",
|
|
"grunt-jsdoc": "*"
|
|
}
|
|
}
|