forked from Watson-Personal-Assistant/skill-sdk-nodejs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (48 loc) · 1.28 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
49
50
{
"name": "skill-sdk-nodejs",
"version": "0.0.9",
"description": "This is the SDK to be used when developing a skill for Watson Assistant using Node.js",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Watson-Personal-Assistant/skill-sdk-nodejs.git"
},
"keywords": [
"watson",
"assistant",
"skill",
"sdk"
],
"dependencies": {
"async": "2.0.0-rc.6",
"express": "^4.12.3",
"swagger-express-mw": "^0.7.0",
"bluebird": "^3.4.1",
"i18next": "^7.0.1",
"i18next-sprintf-postprocessor": "^0.2.2",
"object-hash": "^1.1.8",
"numbered": "^1.0.0",
"promise-reflect": "^1.1.0",
"morgan": "^1.8.1",
"cloudant": "^1.7.1",
"xregexp": "^3.1.1",
"winston": "^2.3.1",
"dotenv": "^4.0.0",
"swagger-tools": "^0.10.1",
"watson-developer-cloud": "^2.4.3"
},
"devDependencies": {
"mocha": "^3.2.0",
"should": "^7.1.0",
"supertest": "^1.0.0"
},
"author": "Dean Haber <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/Watson-Personal-Assistant/skill-sdk-nodejs/issues"
},
"homepage": "https://github.com/Watson-Personal-Assistant/skill-sdk-nodejs#readme"
}