forked from seiyria/jsmegahal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 874 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "jsmegahal",
"version": "1.2.3",
"description": "A port of the MegaHal AI to JS",
"main": "index.js",
"scripts": {
"test": "grunt test",
"prepublish": "grunt"
},
"repository": {
"type": "git",
"url": "https://github.com/seiyria/jsmegahal.git"
},
"keywords": [
"ai",
"megahal",
"markov",
"chat",
"chatbot"
],
"author": "Kyle Kemp <[email protected]> (http://seiyria.com/)",
"license": "Apache 2",
"bugs": {
"url": "https://github.com/seiyria/jsmegahal/issues"
},
"devDependencies": {
"chai": "~1.8.1",
"grunt-contrib-coffee": "~0.8.2",
"mocha": "~1.17.1",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-uglify": "~0.3.1",
"grunt-mocha-test": "~0.8.2",
"grunt": "~0.4.2",
"grunt-mocha": "~0.4.10",
"grunt-cli": "~0.1.13",
"grunt-coffeelint": "0.0.8"
}
}