Skip to content

Commit

Permalink
Add NPM packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
gunthercox committed Jun 24, 2017
1 parent 7dc4861 commit 65b3138
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"name": "chatterbot-corpus",
"version": "1.0.0",
"description": "A multilingual dialog corpus.",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gunthercox/chatterbot-corpus.git"
},
"keywords": [
"chatterbot",
"corpus",
"dialog"
],
"author": "Gunther Cox (https://github.com/gunthercox/)",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/gunthercox/chatterbot-corpus/issues"
},
"homepage": "https://github.com/gunthercox/chatterbot-corpus#readme"
}

0 comments on commit 65b3138

Please sign in to comment.