Files
gragir.js/package.json
Vahagn Khachatryan 0e7c901f83 Some adjustments.
2018-12-21 16:41:18 +00:00

40 lines
905 B
JSON

{
"name": "gragir",
"description": "EPUB v3 generator.",
"version": "0.1.0",
"homepage": "https://github.com/vishap/gragir.js",
"author": {
"name": "Vahagn Khachatryan",
"email": "vahagn.khachatryan@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/vishap/gragir.js.git"
},
"bugs": {
"url": "https://github.com/vishap/gragir.js/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/vishap/gragir.js/blob/master/LICENSE-MIT"
}
],
"main": "lib/gragir",
"engines": {
"node": "10.14.2"
},
"scripts": {
"test": "grunt nodeunit"
},
"devDependencies": {
"grunt": "^1.0.3",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-jshint": "^2.0.0",
"grunt-contrib-nodeunit": "~0.2.0",
"grunt-contrib-uglify": "^4.0.0",
"grunt-contrib-watch": "^1.1.0"
},
"keywords": []
}