Skip to content

Commit

Permalink
release: 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Pakkapon Phongtawee committed Dec 14, 2015
1 parent e58ceb4 commit e5e03b3
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 608 deletions.
7 changes: 0 additions & 7 deletions .gitignore

This file was deleted.

28 changes: 28 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"name": "irin-lang",
"description": "IRIN (Indent to Recognize for Intelligent Natural language) is a scripting language of chatterbots, make you easier to create chatterbot.",
"main": "irin-lang.min.js",
"moduleType": [],
"keywords": [
"bot",
"chatbot",
"chatterbot",
"aiml",
"artificial",
"intelligence",
"chatscript",
"buddyscript"
],
"authors": [
"Pakkapon Phongthawee"
],
"license": "SEE LICENSE IN LICENSE",
"homepage": "https://lang.irin.in.th",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}
1 change: 1 addition & 0 deletions irin-lang.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 3 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "irin-lang",
"version": "0.0.1",
"description": "IRIN (Indent to Recognize for Intelligent Natural language) is a scripting language of chatterbots, make you easier to create chatterbot. ",
"main": "src/irin-lang.coffee",
"description": "IRIN (Indent to Recognize for Intelligent Natural language) is a scripting language of chatterbots, make you easier to create chatterbot.",
"main": "irin-lang.min.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
Expand All @@ -25,8 +25,5 @@
"bugs": {
"url": "https://github.com/pureexe/irin-lang/issues"
},
"homepage": "https://github.com/pureexe/irin-lang#readme",
"devDependencies": {
"coffee-script": "^1.10.0"
}
"homepage": "https://github.com/pureexe/irin-lang#readme"
}
Loading

0 comments on commit e5e03b3

Please sign in to comment.