-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
130 lines (130 loc) · 3.73 KB
/
Copy pathpackage.json
File metadata and controls
130 lines (130 loc) · 3.73 KB
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
{
"name": "fioridevbot",
"version": "0.0.2",
"description": "Sample from https://docs.botframework.com/en-us/node/builder/guides/understanding-natural-language/#navtitle",
"main": "main.js",
"repository": {
"type": "git",
"url": "http://github.com/jfseb/fdevstart.git"
},
"bugs": {
"url": "http://github.com/jfseb/fdevstart/issues"
},
"scripts": {
"setup": "gulp default",
"test": "gulp test",
"testOld": "./node_modules/.bin/nodeunit test/match test/utils && eslint",
"startConsole": "node console_app.js",
"run": "nodeunit",
"start": "node server",
"startui": "electron .",
"ui": "electron .",
"coverage": "./node_modules/.bin/nyc --source-map false nodeunit test/match test/exec test/ui test/model test/bot test/utils ",
"coverreportplain": "./node_modules/.bin/nyc --source-map false report --reporter=text-lcov ",
"coveralls": "./node_modules/.bin/nyc --source-map false report --reporter=text-lcov | coveralls"
},
"keywords": [
"bot",
"wosap"
],
"author": "jfsebpublic@gmail.com",
"license": "MIT",
"dependencies": {
"abot_erbase": "^0.1.4",
"abot_stringdist": "^0.1.3",
"abot_utils": "^0.1.0",
"body-parser": "^1.15.2",
"botbuilder": "^3.4.4",
"circular-json": "^0.3.1",
"compression": "^1.6.2",
"connect-pg-simple": "^3.1.2",
"cookie-parser": "^1.4.3",
"debug": "^2.3.2",
"elizabot": "0.0.2",
"emailjs": "^1.0.8",
"errorhandler": "^1.5.0",
"express": "^4.14.0",
"express-session": "^1.14.2",
"express-socket.io-session": "^1.3.1",
"fdevsta_monmove": "^0.1.13",
"jade": "^1.11.0",
"lodash": "^4.17.4",
"newrelic": "^1.36.1",
"node-uuid": "^1.4.7",
"nyc": "^11.0.2",
"pg": "^6.1.2",
"socket.io": "^1.7.2",
"stream-to-array": "^2.3.0",
"stylus": "^0.54.5"
},
"bin": {
"nodeunit": ".nodeunit/bin/nodeunit",
"coverallst": ".coveralls/bin/coveralls"
},
"directories": {
"lib": "./lib",
"src": "./src",
"test": "./test",
"doc": "./doc",
"man": "./man1"
},
"babel": {
"comments": true
},
"devDependencies": {
"@types/debug": "0.0.29",
"@types/fixed-data-table": "^0.6.31",
"@types/flux": "^3.0.1",
"@types/lodash": "^4.14.50",
"@types/node": "7.0.5",
"@types/pg": "^6.1.34",
"@types/react": "^15.0.8",
"@types/react-dom": "^0.14.23",
"@types/react-redux": "^4.4.36",
"@types/redux": "^3.6.0",
"@types/redux-thunk": "^2.1.0",
"abot_testmodel": "^0.1.3",
"awesome-typescript-loader": "^3.0.0-beta.18",
"babel": "^6.5.2",
"babel-preset-es2015": "^6.18.0",
"browserify-shim": "^3.8.13",
"coveralls": "^2.11.15",
"debug-levels": "^0.2.0",
"del": "^2.2.2",
"elasticlunr": "^0.9.5",
"electron": "^1.4.7",
"eslint": "^3.10.2",
"eslint-config-standard": "^6.2.1",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-standard": "^2.0.1",
"express": "^4.14.0",
"fixed-data-table": "^0.6.3",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-env": "^0.4.0",
"gulp-eslint": "^3.0.1",
"gulp-jsdoc3": "^1.0.1",
"gulp-log-capture": "0.0.6",
"gulp-newer": "^1.3.0",
"gulp-nodeunit": "0.0.5",
"gulp-shell": "^0.5.2",
"gulp-sourcemap": "^1.0.1",
"gulp-typescript": "^3.1.3",
"gulp-watch": "^4.3.11",
"node-uuid": "^1.4.7",
"nodeunit": "^0.10.2",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-redux": "^5.0.2",
"redux": "^3.6.0",
"redux-thunk": "^2.2.0",
"request-defaults": "^1.2.0",
"source-map-loader": "^0.1.6",
"stream-to-array": "^2.3.0",
"textarea-autogrow": "^1.0.0",
"ts-loader": "^2.0.0",
"typescript": "^2.2.2",
"webpack": "^2.2.1",
"webpack-stream": "^3.2.0"
}
}