mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 09:50:24 +00:00
Deleted a package.json
This commit is contained in:
32
package.json
32
package.json
@@ -1,10 +1,9 @@
|
||||
{
|
||||
"name": "zoff",
|
||||
"version": "1.0.0",
|
||||
"description": "Zoff ====",
|
||||
"main": "gulpfile.js",
|
||||
"version": "2.0.2",
|
||||
"description": "Zoff, the shared YouTube based radio services",
|
||||
"main": "server/index.js",
|
||||
"scripts": {
|
||||
"install": "cd server/ && npm install",
|
||||
"start": "node server/index.js",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
@@ -17,12 +16,37 @@
|
||||
"bugs": {
|
||||
"url": "https://github.com/zoff-music/zoff/issues"
|
||||
},
|
||||
"author": {
|
||||
"name": "Kasper Rynning Tønnesen",
|
||||
"email": "kasper@kasperrt.no"
|
||||
},
|
||||
"devDependencies": {
|
||||
"gulp-util": "~3.0.6",
|
||||
"gulp": "~3.9.0",
|
||||
"gulp-concat": "~2.6.0",
|
||||
"gulp-uglifyjs": "~0.6.2"
|
||||
},
|
||||
"homepage": "https://github.com/zoff-music/zoff#readme",
|
||||
"dependencies": {
|
||||
"gulp": "^3.9.1",
|
||||
"gulp-concat": "^2.6.1",
|
||||
"gulp-uglifyjs": "^0.6.2",
|
||||
"gulp-util": "^3.0.8",
|
||||
"bad-words": "^1.5.1",
|
||||
"body-parser": "^1.17.1",
|
||||
"cookie-parser": "^1.4.3",
|
||||
"cors-anywhere": "^0.2.3",
|
||||
"emoji-strip": "^0.0.3",
|
||||
"express": "^4.15.2",
|
||||
"express-handlebars": "^3.0.0",
|
||||
"express-subdomain": "^1.0.5",
|
||||
"jimp": "^0.2.27",
|
||||
"mongodb": "^2.0.27",
|
||||
"mongojs": "^2.4.0",
|
||||
"node-cryptojs-aes": "^0.4.0",
|
||||
"nodemailer": "^4.0.1",
|
||||
"request": "^2.72.0",
|
||||
"socket.io": "^2.0.3",
|
||||
"uniqid": "^4.1.1"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,40 +0,0 @@
|
||||
{
|
||||
"name": "zoff",
|
||||
"version": "2.0.2",
|
||||
"description": "Zoff, the shared YouTube based radio services",
|
||||
"dependencies": {
|
||||
"bad-words": "^1.5.1",
|
||||
"body-parser": "^1.17.1",
|
||||
"cookie-parser": "^1.4.3",
|
||||
"cors-anywhere": "^0.2.3",
|
||||
"emoji-strip": "^0.0.3",
|
||||
"express": "^4.15.2",
|
||||
"express-handlebars": "^3.0.0",
|
||||
"express-subdomain": "^1.0.5",
|
||||
"jimp": "^0.2.27",
|
||||
"mongodb": "^2.0.27",
|
||||
"mongojs": "^2.4.0",
|
||||
"node-cryptojs-aes": "^0.4.0",
|
||||
"nodemailer": "^4.0.1",
|
||||
"request": "^2.72.0",
|
||||
"socket.io": "^2.0.3",
|
||||
"uniqid": "^4.1.1"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "node index.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/zoff-music/zoff-server.git"
|
||||
},
|
||||
"author": {
|
||||
"name": "Kasper Rynning Tønnesen",
|
||||
"email": "kasper@kasperrt.no"
|
||||
},
|
||||
"devDependencies": {
|
||||
"gulp-util": "~3.0.6",
|
||||
"gulp": "~3.9.0",
|
||||
"gulp-concat": "~2.6.0",
|
||||
"gulp-uglifyjs": "~0.6.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user