-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.62 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
53
54
55
56
57
58
59
60
61
62
{
"name": "RefArchConvBroker",
"version": "0.0.1",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ibm-cloud-architecture/refarch-cognitive-conversation-broker.git"
},
"engines": {
"node": "6.x",
"npm": "5.x"
},
"author": "Jerome Boyer",
"scripts": {
"ng": "ng",
"start": "node server/server",
"dev": "concurrently \"ng build\" \"nodemon server/server\"",
"build": "ng build",
"test" : "mocha"
},
"private": true,
"dependencies": {
"@angular/animations": "^4.3.0",
"@angular/common": "^4.3.0",
"@angular/core": "^4.3.0",
"@angular/forms": "^4.3.0",
"@angular/http": "^4.3.0",
"@angular/platform-browser": "^4.3.0",
"@angular/platform-browser-dynamic": "^4.3.0",
"@angular/platform-server": "^4.3.0",
"@angular/router": "^4.3.0",
"@angular/compiler": "^4.3.0",
"core-js": "^2.4.1",
"cfenv": "^1.0.0",
"rxjs": "^5.4.1",
"zone.js": "^0.8.4",
"cloudant": "^1.4.x",
"body-parser": "^1.17.2",
"bootstrap": "^3.3.7",
"cookie-parser": "^1.4.3",
"express": "^4.15.3",
"express-session": "^1.13.0",
"extend": "^3.0.0",
"request": "^2.72.0",
"vcap_services": "^0.1.7",
"watson-developer-cloud": "^2.32.x",
"botkit": "^0.2.2",
"ibm_db": "^2.1.0"
},
"devDependencies": {
"@angular/cli": "1.2.0",
"@angular/compiler-cli": "^4.0.0",
"@angular/language-service": "^4.0.0",
"typescript": "~2.3.3",
"@types/node": "~6.0.60",
"@types/jasmine": "2.5.38",
"chai": "^4.0.0",
"mocha": "^3.4.2",
"concurrently": "^3.5.0",
"nodemon": "^1.11.0"
}
}