forked from NereusTeam/extrus
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.28 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.28 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": "RBKme",
"version": "1.0.0",
"description": "A Social Website for RBK",
"author": "Extrus Team",
"contributors": [
"Bader Khalifeh <bader.a.khalifeh@gmail.com>",
"Mohammad Al-Bakri <mohammad.albakri93@gmail.com>",
"Farah Amawi <amawifarah@gmail.com>",
"Sajedah Yousef <yousef.sajedah93@gmail.com>",
"Tawfik kahwaje <tawfik.kahwaje@gmail.com>",
"Hussam Eddin Alhendi <housam35@gmail.com>",
"Mihyar Almasalma <eng.mihyear@gmail.com>"
],
"engines": {
"node": "0.10"
},
"scripts": {
"lint": "jscs ./"
},
"repository": {
"type": "git",
"url": "https://github.com/extrus/extrus.git"
},
"bugs": {
"url": "https://github.com/extrus/extrus.git/issues"
},
"license": "UNLICENSED",
"private": true,
"devDependencies": {
"bower": "latest",
"browser-sync": "^1.5.7",
"clone-stats": "0.0.1",
"gulp": "^3.8.5",
"gulp-nodemon": "^1.0.4",
"gulp-shell": "^0.2.7",
"karma": "^0.13.15",
"pre-commit": "^1.1.1"
},
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"bluebird": "^1.0.8",
"body-parser": "^1.4.3",
"express": "^4.4.5",
"jwt-simple": "^0.2.0",
"mongoose": "latest",
"morgan": "latest",
"ng-file-upload": "^12.0.4",
"q": "^1.4.1",
"socket.io": "latest"
}
}