-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.29 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
{
"name": "ss-spa",
"version": "1.1.0",
"description": "SuperScript Single Page Application",
"scripts": {
"test": "node_modules/ava/cli.js",
"parse": "node_modules/superscript/lib/bin/parse.js -p chat -o data.json -f",
"start": "node app.js",
"dev:start": "node_modules/nodemon/bin/nodemon.js --ignore logs --ignore test -e js,ss --exec 'npm run parse && npm start'"
},
"keywords": [
"chatbot",
"nodejs",
"react",
"javascript",
"superscript"
],
"author": "Hai Liang Wang <[email protected]>, mgechev <[email protected]>",
"engines": {
"node": ">=7.1.6"
},
"license": "MIT",
"dependencies": {
"debug": "^2.6.7",
"figlet": "^1.2.0",
"franc": "^3.1.0",
"hanlp-client": "^1.4.0",
"koa": "^2.1.0",
"koa-bodyparser": "^4.2.0",
"koa-router": "^7.1.1",
"koa-static": "^3.0.0",
"lodash": "^4.17.4",
"node-hanlp-compromise": "^1.0.2",
"peer": "~0.2.6",
"socket.io": "~2.0.1",
"ss-parser": "github:samurais/ss-parser#dist",
"superagent": "^3.5.2",
"superscript": "github:samurais/superscript#dist",
"wforecast": "^2.0.1"
},
"devDependencies": {
"ava": "^0.19.1",
"nodemon": "^1.11.0"
},
"maintainers": [
"Hai Liang Wang <[email protected]>"
],
"contributors": []
}