|
@@ -4,9 +4,11 @@
|
|
"private": true,
|
|
"private": true,
|
|
"author": "Jake0oo0",
|
|
"author": "Jake0oo0",
|
|
"description": "A NodeJS application to server Minecraft avatars.",
|
|
"description": "A NodeJS application to server Minecraft avatars.",
|
|
- "contributors": [{
|
|
|
|
- "name": "Jomo"
|
|
|
|
- }],
|
|
|
|
|
|
+ "contributors": [
|
|
|
|
+ {
|
|
|
|
+ "name": "Jomo"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
"repository": {
|
|
"repository": {
|
|
"type": "git",
|
|
"type": "git",
|
|
"url": "https://github.com/Jake0oo0/crafatar"
|
|
"url": "https://github.com/Jake0oo0/crafatar"
|
|
@@ -20,19 +22,21 @@
|
|
],
|
|
],
|
|
"scripts": {
|
|
"scripts": {
|
|
"start": "node server.js",
|
|
"start": "node server.js",
|
|
- "test": "node_modules/.bin/mocha"
|
|
|
|
|
|
+ "test": "make test"
|
|
},
|
|
},
|
|
"dependencies": {
|
|
"dependencies": {
|
|
- "express": "~4.9.0",
|
|
|
|
"body-parser": "~1.8.1",
|
|
"body-parser": "~1.8.1",
|
|
"cookie-parser": "~1.3.3",
|
|
"cookie-parser": "~1.3.3",
|
|
- "morgan": "~1.3.0",
|
|
|
|
- "serve-favicon": "~2.1.3",
|
|
|
|
|
|
+ "coveralls": "^2.11.2",
|
|
"debug": "~2.0.0",
|
|
"debug": "~2.0.0",
|
|
|
|
+ "express": "~4.9.0",
|
|
"jade": "~1.6.0",
|
|
"jade": "~1.6.0",
|
|
"lwip": "0.0.5",
|
|
"lwip": "0.0.5",
|
|
- "request": "2.45.0",
|
|
|
|
|
|
+ "mocha": "2.0.1",
|
|
|
|
+ "mocha-lcov-reporter": "0.0.1",
|
|
|
|
+ "morgan": "~1.3.0",
|
|
"redis": "0.12.1",
|
|
"redis": "0.12.1",
|
|
- "mocha": "2.0.1"
|
|
|
|
|
|
+ "request": "2.45.0",
|
|
|
|
+ "serve-favicon": "~2.1.3"
|
|
}
|
|
}
|
|
-}
|
|
|
|
|
|
+}
|