-
Notifications
You must be signed in to change notification settings - Fork 52
/
package.json
37 lines (37 loc) · 922 Bytes
/
package.json
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
{
"name": "omeclone",
"version": "1.0.0",
"description": "Clone of omegle.com",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "./node_modules/bower/bin/bower install",
"start": "pm2 start process.json",
"restart": "pm2 restart all",
"stop": "pm2 stop all"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wdlsvnit/omeclone.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/wdlsvnit/omeclone/issues"
},
"homepage": "https://github.com/wdlsvnit/omeclone#readme",
"dependencies": {
"bower": "^1.8.2",
"express": "^4.16.2",
"faker": "^4.1.0",
"gulp": "^3.9.1",
"hbs": "^4.0.1",
"moment": "^2.20.1",
"pm2": "^2.10.1",
"socket.io": "^2.0.4",
"uniqid": "^4.1.1"
},
"devDependencies": {
"babel-preset-latest": "^6.24.1"
}
}