grunt-init grunt-init-commonjs --force
This commit is contained in:
39
package.json
Normal file
39
package.json
Normal file
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"name": "gragir.js",
|
||||
"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.js",
|
||||
"engines": {
|
||||
"node": "10.14.2"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "grunt nodeunit"
|
||||
},
|
||||
"devDependencies": {
|
||||
"grunt-contrib-concat": "~0.3.0",
|
||||
"grunt-contrib-uglify": "~0.2.0",
|
||||
"grunt-contrib-jshint": "~0.6.0",
|
||||
"grunt-contrib-nodeunit": "~0.2.0",
|
||||
"grunt-contrib-watch": "~0.4.0",
|
||||
"grunt": "~0.4.5"
|
||||
},
|
||||
"keywords": []
|
||||
}
|
||||
Reference in New Issue
Block a user