corrade-group-linguistics – Diff between revs 1 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 1 Rev 3
Line 1... Line 1...
1 { 1 {
2 "name": "corrade-group-linguistics", 2 "name": "corrade-group-linguistics",
3 "version": "1.0.0", 3 "version": "1.0.0",
4 "description": "a linguistic group chat analyzer", 4 "description": "a linguistic group chat analyzer",
5 "main": "main.js", 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": [ 6 "keywords": [
11 "corrade", 7 "corrade",
12 "group", 8 "group",
13 "bot", 9 "bot",
14 "secondlife", 10 "secondlife",
Line 20... Line 16...
20 "dependencies": { 16 "dependencies": {
21 "mqtt": "^2.18.8", 17 "mqtt": "^2.18.8",
22 "qs": "^6.9.1", 18 "qs": "^6.9.1",
23 "quick.db": "^7.0.0-b22", 19 "quick.db": "^7.0.0-b22",
24 "sentiment": "^5.0.2", 20 "sentiment": "^5.0.2",
25 "svn-npm-crutch": "^0.5.4", -  
26 "winston": "^3.2.1", 21 "winston": "^3.2.1",
27 "yamljs": "^0.3.0" 22 "yamljs": "^0.3.0",
28 }, -  
29 "svnDependencies": { -  
30 "was.js": "svn://svn.grimore.org/was.js/tags/1.0.6" 23 "was.js": "https://files.grimore.org/node_modules/was.js/was.js-1.0.6.tgz"
31 } 24 }
32 } 25 }