forked from ConfirmitASA/TextAnalyticsTemplate_CodeLibrary
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 727 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 727 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "text-analytics-template-codelibrary",
"version": "0.0.120",
"description": "Text analytics template Codelibrary",
"main": "index.js",
"scripts": {
"test": "",
"docs": "node_modules/.bin/jsdoc --configure jsdoc.conf --verbose",
"docs-commit": "git subtree push --prefix docs/text-analytics-template-codelibrary origin gh-pages"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ConfirmitASA/TextAnalyticsTemplate_Codelibrary.git"
},
"author": "ConfirmitASA",
"license": "",
"homepage": "https://github.com/ConfirmitASA/TextAnalyticsTemplate_Codelibrary#readme",
"devDependencies": {
"docdash": "^0.4.0",
"jsdoc": "^3.4.0"
},
"dependencies": {}
}