-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.07 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.07 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
{
"name": "conflicts-ahead",
"version": "1.0.0",
"description": "Avoid conflicts before they happen, and take control over your team's code",
"keywords": [
"conflicts",
"resolve",
"team",
"collaboration"
],
"bugs": {
"url": "https://github.com/ortichon/conflicts-ahead/issues",
"email": "or.tichon@gmail.com"
},
"license": "ISC",
"author": {
"name": "Or Tichon",
"email": "or.tichon@gmail.com"
},
"scripts": {
"client": "node ./dist/client/app.js",
"roni": "node ./dist/client/app1.js",
"server": "node ./dist/server/server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/ortichon/conflicts-ahead.git"
},
"dependencies": {
"bluebird": "^3.4.7",
"express": "^4.14.0",
"ip": "^1.1.4",
"lodash": "^4.17.4",
"simple-git": "^1.65.0",
"socket.io": "^1.7.2",
"socket.io-client": "^1.7.2"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-eslint": "^7.2.3",
"babel-preset-env": "^1.5.2",
"eslint": "^3.14.1",
"eslint-plugin-lodash": "^2.3.3"
}
}