-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.03 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
{
"name": "writeright",
"version": "1.0.0",
"description": "Write Right",
"main": "server.js",
"dependencies": {
"body-parser": "^1.16.0",
"chart.js": "^2.4.0",
"countup": "^1.8.2",
"express": "^4.14.0",
"fs": "0.0.1-security",
"jquery": "^3.1.1",
"prompt-sync": "^4.1.4",
"quill": "^1.2.0",
"text-statistics": "latest",
"watson-developer-cloud": "^2.15.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"table": "cd frequency_table; ./build.sh; ./gen_freq_table.o whole.txt ../table.json"
},
"keywords": [
"example",
"heroku"
],
"repository": {
"type": "git",
"url": "git+https://github.com/mattgabor/WriteRight"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/mattgabor/WriteRight/issues"
},
"homepage": "https://github.com/mattgabor/WriteRight#readme",
"engines": {
"node": "7.7.4",
"npm": "4.4.4"
},
"devDependencies": {
"sqlite3": "^3.1.8"
}
}