Files
openpgpjs/package.json
2013-11-18 10:07:18 +01:00

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": "*"
}
}