-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
52 lines (52 loc) · 1.41 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
51
52
{
"name": "skill-sdk-nodejs",
"version": "0.0.18",
"description": "This is the SDK to be used when developing a skill for Watson Assistant Solutions using Node.js",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha --reporter spec test/**.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Watson-Personal-Assistant/skill-sdk-nodejs.git"
},
"keywords": [
"watson",
"assistant",
"skill",
"sdk"
],
"dependencies": {
"app-root-path": "^2.0.1",
"async": "2.0.0-rc.6",
"bluebird": "^3.4.1",
"dotenv": "^4.0.0",
"express": "^4.12.3",
"express-cluster": "0.0.5",
"i18next": "^7.0.1",
"i18next-sprintf-postprocessor": "^0.2.2",
"morgan": "^1.8.1",
"numbered": "^1.0.0",
"object-hash": "^1.1.8",
"os": "^0.1.1",
"promise-reflect": "^1.1.0",
"swagger-express-mw": "^0.7.0",
"swagger-tools": "^0.10.1",
"watson-developer-cloud": "^3.13.0",
"winston": "^2.3.1",
"xregexp": "^3.1.1",
"wa-context-utils": "^0.0.3"
},
"devDependencies": {
"mocha": "^3.2.0",
"chai": "^3.5.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"
}