This repository was archived by the owner on Nov 23, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.34 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "MeowDJ",
"version": "0.0.1",
"description": "A room-based music sharing provider in Node.js",
"keywords": [],
"dependencies": {
"bcryptjs": "^2.3.0",
"googleapis": "^7.1.0",
"grunt": "^1.0.1",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-coffee": "^1.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^1.0.1",
"grunt-contrib-jst": "^1.0.0",
"grunt-contrib-less": "^1.3.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-sails-linker": "~0.10.1",
"grunt-sync": "~0.5.1",
"jade": "^1.11.0",
"nodemailer": "^2.0.0",
"passport": "^0.3.2",
"passport-facebook": "^2.1.0",
"passport-google-oauth": "^1.0.0",
"passport-local": "^1.0.0",
"passport-twitter": "^1.0.4",
"sails": "~0.12.3",
"sails-disk": "~0.10.0",
"sails-mysql": "^0.12.1",
"socket.io": "^1.4.5",
"request": "^2.72.0",
"validator": "^5.2.0"
},
"scripts": {
"debug": "node debug app.js",
"start": "node app.js --port=80"
},
"main": "app.js",
"repository": {
"type": "git",
"url": "git://github.com/MeowDJ/MeowDJ.git"
},
"bugs": {
"url": "http://github.com/MeowDJ/MeowDJ/issues"
},
"engines": {
"node": ">= 4.4.3",
"npm": ">= 2.15.1"
},
"author": "Jérémy L. & Thomas G.",
"license": "CECILL-B"
}