mirror of
https://github.com/openpgpjs/openpgpjs.git
synced 2026-02-26 05:00:15 +00:00
20 lines
412 B
JSON
20 lines
412 B
JSON
{
|
|
"name": "openpgp",
|
|
"version": "0.0.1",
|
|
"main": "./src/index.js",
|
|
"scripts": {
|
|
"install": "make bundle",
|
|
"test": "node ./test/test.js"
|
|
},
|
|
"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": "*"
|
|
}
|
|
}
|