fluffy – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Only display areas with differencesIgnore whitespace
Rev 2 Rev 3
1 { 1 {
2 "name": "fluffy", 2 "name": "fluffy",
3 "version": "1.0.0", 3 "version": "1.0.0",
4 "description": "fluffy services tag cloud", 4 "description": "fluffy services tag cloud",
5 "main": "server.js", 5 "main": "server.js",
6 "author": "Wizardry and Steamworks <office@grimore.org>", 6 "author": "Wizardry and Steamworks <office@grimore.org>",
7 "license": "GPL-3.0", 7 "license": "GPL-3.0",
8 "repository": { 8 "repository": {
9 "type": "svn", 9 "type": "svn",
10 "url": "http://svn.grimore.org/node-http-server" 10 "url": "http://svn.grimore.org/node-http-server"
11 }, 11 },
12 "dependencies": { 12 "dependencies": {
13 "http-auth": "^3.1.3", 13 "http-auth": "^3.1.3",
14 "http-cache": "^0.3.1", -  
15 "mime": "^1.3.4", 14 "mime": "^1.3.4",
16 "moment": "^2.17.1", 15 "moment": "^2.17.1",
17 "moment-timezone": "^0.5.13", 16 "moment-timezone": "^0.5.13",
18 "node-forge": "^0.7.0", 17 "node-forge": "^0.7.0",
19 "was.js": "^1.0.0", 18 "was.js": "^1.0.0",
20 "winston": "^2.3.1", 19 "winston": "^2.3.1",
21 "yargs": "^7.0.1" 20 "yargs": "^7.0.1"
22 } 21 }
23 } 22 }
24   23