mirror of
https://github.com/openpgpjs/openpgpjs.git
synced 2026-02-27 21:43:24 +00:00
20 lines
414 B
JSON
20 lines
414 B
JSON
{
|
|
"name": "openpgp",
|
|
"version": "0.0.1",
|
|
"main": "./src/index.js",
|
|
"scripts": {
|
|
"pretest": "make bundle && make bundle-test",
|
|
"test": ""
|
|
},
|
|
"devDependencies": {
|
|
"browserify": "~2.35",
|
|
"grunt": "~0.4.1",
|
|
"grunt-browserify": "~1.2.11",
|
|
"grunt-contrib-uglify": "*",
|
|
"grunt-text-replace": "*",
|
|
"grunt-jsbeautifier": "*",
|
|
"grunt-contrib-jshint": "*",
|
|
"grunt-jsdoc": "*"
|
|
}
|
|
}
|