-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 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
53
54
{
"name": "cryptochatbot",
"version": "0.1.0",
"description": "A cognitive assistent that answer about cryptocurrency",
"main": "app.js",
"scripts": {
"start": "node app.js",
"test": "mocha --compilers js:babel-core/register --require ./test/test_helper.js --recursive ./test",
"test:watch": "npm run test -- --watch"
},
"keywords": [
"cognitive",
"crypto coins"
],
"author": "Leoni",
"dependencies": {
"axios": "^0.16.2",
"babel-preset-stage-1": "^6.1.18",
"body-parser": "^1.17.2",
"cfenv": "^1.0.4",
"cors": "^2.8.3",
"dotenv": "^4.0.0",
"express": "^4.15.3",
"lodash": "^3.10.1",
"path": "^0.12.7",
"react": "^0.14.3",
"react-dom": "^0.14.3",
"react-redux": "4.3.0",
"react-router": "^2.0.1",
"react-router-dom": "^4.0.0",
"redux": "^3.0.4",
"redux-promise": "^0.5.3",
"redux-thunk": "^2.2.0",
"request": "^2.81.0",
"watson-developer-cloud": "^2.32.1"
},
"devDependencies": {
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"browserify": "^13.0.0",
"chai": "^4.0.2",
"chai-http": "^3.0.0",
"chai-jquery": "^2.0.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"jquery": "^3.2.1",
"jsdom": "^11.1.0",
"mocha": "^3.4.2",
"react-addons-test-utils": "^15.6.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.9.0"
}
}