corrade-group-linguistics – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 {
2 "name": "corrade-group-linguistics",
3 "version": "1.0.0",
4 "description": "a linguistic group chat analyzer",
5 "main": "main.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1",
8 "install": "node ./node_modules/svn-npm-crutch/lib/svn-npm-crutch.js"
9 },
10 "keywords": [
11 "corrade",
12 "group",
13 "bot",
14 "secondlife",
15 "feelings",
16 "morale"
17 ],
18 "author": "Wizardry and Steamworks <office@grimore.org>",
19 "license": "CC-BY-2.0",
20 "dependencies": {
21 "mqtt": "^2.18.8",
22 "qs": "^6.9.1",
23 "quick.db": "^7.0.0-b22",
24 "sentiment": "^5.0.2",
25 "svn-npm-crutch": "^0.5.4",
26 "winston": "^3.2.1",
27 "yamljs": "^0.3.0"
28 },
29 "svnDependencies": {
30 "was.js": "svn://svn.grimore.org/was.js/tags/1.0.6"
31 }
32 }