forked from pineman/abra
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.11 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "abra",
"version": "1.0.0",
"description": "Race against others in this new exciting typing game™! https://abra.pineman.win",
"keywords": [
"game",
"typing"
],
"main": "server/abra.js",
"scripts": {
"clean": "make -C client clean",
"build": "make -C client",
"deploy": "make -C client deploy",
"start": "cd server && node main.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pineman/abra.git"
},
"contributors": [
{
"name": "Diogo Almiro",
"email": "[email protected]",
"url": "http://almiro.pineman.win"
},
{
"name": "João Pinheiro",
"email": "[email protected]",
"url": "https://pineman.win"
},
{
"name": "Diogo Tito",
"email": "[email protected]"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/pineman/abra/issues"
},
"homepage": "https://github.com/pineman/abra#readme",
"dependencies": {
"uws": "^0.14.0"
},
"devDependencies": {
"html-minifier": "^3.2.3",
"less": "^2.7.2",
"less-plugin-autoprefix": "^1.5.1",
"less-plugin-clean-css": "^1.5.1",
"uglify-js": "^2.7.5"
}
}