Skip to content

Commit

Permalink
Documentation generation
Browse files Browse the repository at this point in the history
  • Loading branch information
grigoryvp committed May 2, 2018
1 parent 8d245e0 commit 9fec90d
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,20 @@
"sdk"
],
"repository": {
"type" : "git",
"url" : "https://github.com/voximplant/react-native-voximplant.git"
"type": "git",
"url": "https://github.com/voximplant/react-native-voximplant.git"
},
"engines": {
"node": ">=4"
},
"scripts": {
"doc-as-json": "jsdoc -X ./index.js"
},
"author": "Zingaya Inc. <[email protected]> (http://voximplant.com)",
"license": "MIT",
"homepage": "https://voximplant.com"
}
"homepage": "https://voximplant.com",
"devDependencies": {
"jsdoc": "^3.5.5",
"jsdoc-cli": "^1.0.1"
}
}

0 comments on commit 9fec90d

Please sign in to comment.