-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
60 lines (60 loc) · 1.46 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
{
"name": "hello-watson",
"version": "0.9.0",
"private": true,
"engines": {
"node": "7.5.0",
"npm": "4.1.2"
},
"main": "server.js",
"scripts": {
"start": "gulp build-html && node server.js",
"lint": "eslint .",
"autofix": "eslint --fix .",
"postinstall": "gulp build-html",
"watch": "gulp server:watch"
},
"author": "IBM Corp.",
"dependencies": {
"babel-eslint": "^6.0.4",
"basic-auth-connect": "1.0.0",
"body-parser": "^1.19.0",
"chai": "^3.5.0",
"cloudant": "1.4.1",
"compression": "^1.7.4",
"config": "^1.24.0",
"dotenv": "^2.0.0",
"express": "^4.17.1",
"express-csv": "0.6.0",
"gulp": "^3.9.1",
"gulp-clean-css": "2.0.7",
"gulp-develop-server": "^0.5.1",
"gulp-ejs": "^2.2.1",
"gulp-fontmin": "^0.7.4 ",
"gulp-if": "^1.2.5",
"gulp-imagemin": "^2.4.0",
"gulp-load-plugins": "^0.7.1",
"gulp-postcss": "^6.0.1",
"gulp-preprocess": "^1.1.1",
"gulp-size": "^1.1.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.1",
"gulp-useref": "^3.0.8",
"js-yaml": "^3.13.1",
"nano": "*",
"nock": "^7.7.2",
"python-shell": "^0.4.0",
"request": "^2.72.0",
"uglifyjs": "^2.4.10",
"uuid": "2.0.2",
"vcap_services": "^0.3.2",
"watson-developer-cloud": "^2.28.1",
"watson-speech": "^0.19.1",
"whatwg-fetch": "^0.11.0"
},
"devDependencies": {
"eslint": "^3.12.2",
"mocha": "^3.2.0",
"supertest": "^2.0.1"
}
}