-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 986 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 986 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
{
"type": "module",
"name": "DraftControl",
"version": "0.9.0",
"description": "Draft Control Project.",
"keywords": [
"draft",
"tcg"
],
"homepage": "https://github.com/mauricioaraldi/draft-control",
"main": "app/app.js",
"scripts": {
"babel": "babel-node app/app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": {
"name": "Mauricio Araldi",
"url": "https://github.com/mauricioaraldi"
},
"license": "SEE LICENSE IN LICENSE",
"repository": {
"type": "git",
"url": "https://github.com/mauricioaraldi/draft-control.git"
},
"dependencies": {
"body-parser": "^1.17.2",
"braces": "^2.3.1",
"crypto": "^1.0.1",
"express": "^4.15.3",
"express-session": "^1.15.3",
"socket.io": "^2.1.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.6.1"
}
}