-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·40 lines (40 loc) · 991 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
39
40
{
"name": "WatsonIPA-Web",
"version": "0.1.1",
"description": "Web-based intelligent personal assistant (IPA) using Watson Natural Language Classifier (NLC) and Dialog services.",
"dependencies": {
"body-parser": "~1.12.3",
"cloudant": "~1.3.0",
"errorhandler": "~1.3.2",
"express": "~4.12.3",
"jade": "~1.9.1",
"request": "~2.55.0",
"form-data": "~1.0.0-rc1",
"q": "~1.1.2",
"nodemailer-ses-transport":"~1.4.0",
"nodemailer":"~2.5.0",
"browserify":"~13.1.0",
"timers":"~0.1.1"
},
"engines": {
"node": ">=0.10.38"
},
"repository": {
"type": "git",
"url": "https://github.com/biosopher/watson-ipa-web-nodejs.git"
},
"author": "IBM Corp.",
"contributors": [
{
"name": "Anthony Stevens",
"email": "[email protected]"
}
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/watson-developer-cloud/dialog-tool/issues"
},
"scripts": {
"start": "node app.js"
}
}