-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
48 lines (48 loc) · 1.01 KB
/
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
39
40
41
42
43
44
45
46
47
48
{
"name": "surly",
"desctiption": "node.js AIML interpretter",
"version": "0.2.0",
"license": "GPL-3.0",
"keyword": [
"chatbot",
"aiml"
],
"repository": {
"type": "git",
"url": "https://github.com/mrchimp/surly"
},
"main": "src/surly.js",
"scripts": {
"server": "node server.js",
"cli": "node cli.js"
},
"dependencies": {
"ejs": "*",
"ent": "~0.1.0",
"express": "",
"libxmljs": "~0.14.1",
"rc": "^0.5.1",
"simple-xmpp": "^0.1.92",
"socket.io": ""
},
"devDependencies": {
"bower": "",
"grunt": "~0.4.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-less": "~0.9.0",
"grunt-contrib-watch": "~0.4.0",
"grunt-focus": "~0.1.1"
},
"bugs": {
"url": "https://github.com/mrchimp/surly/issues",
"email": "[email protected]"
},
"contributors": [
{
"name": "Jake Gully",
"email": "[email protected]",
"url": "http://deviouschimp.co.uk"
}
]
}