-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1005 Bytes
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1005 Bytes
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
{
"name": "ServerAPI",
"version": "0.0.1",
"description": "server api of mochila project",
"main": "server.js",
"private": true,
"scripts": {
"start": ". config/env.sh && gulp"
},
"repository": {
"type": "git",
"url": "https://github.com/shSina/mochila.git"
},
"author": "shSina,Farideh",
"license": "Private,Copy right 2014",
"bugs": {
"url": "https://github.com/shSina/mochila/issues"
},
"dependencies": {
"async": "^0.9.0",
"body-parser": "~1.8.1",
"express": "~4.10.0",
"gravatar": "^1.1.0",
"hiredis": "^0.2.0",
"is-my-json-valid": "^1.4.0",
"jsonwebtoken": "^3.2.0",
"mongoose": "^4.0.1",
"morgan": "~1.3.0",
"multer": "^1.0.1",
"socket.io": "~1.2.0",
"socket.io-events": "~0.4.6",
"socket.io-redis": "^0.1.4"
},
"devDependencies": {
"cors": "^2.5.3",
"gulp": "~3.8.9",
"gulp-jshint": "~1.8.5",
"gulp-nodemon": "~1.0.4",
"jshint-stylish": "~1.0.0",
"nodemon": "~1.2.1"
}
}