-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.22 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
{
"name": "Slavocalypse",
"version": "0.0.2",
"description": "Multiplayer card game placed in post apocaliptic East Europe.",
"main": "index.js",
"scripts": {
"build:less": "node ./utils/build-components-and-less.js",
"postinstall": "bower install && npm run build:less",
"start": "node server.js",
"dev": "grunt dev"
},
"dependencies": {
"bower": "~1.8.0",
"eval": "^0.1.1",
"less": "~2.7.1",
"randomstring": "~1.1.5",
"ws": "~1.1.1"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-less": "^1.4.0",
"grunt-contrib-requirejs": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-execute": "^0.2.2",
"grunt-processhtml": "^0.4.1",
"jit-grunt": "^0.10.0",
"requirejs": "^2.3.2"
},
"engines": {
"node": "5.11.x"
},
"repository": {
"type": "git",
"url": "https://github.com/rumblex-community/nodeknockout2016-gtnm"
},
"author": "Twoj stary",
"contributors": [
"Michal Budzynski <[email protected]>",
"Maciej Malecki <[email protected]>",
"Jakub Wasiak <[email protected]>",
"Wojciech Wozniak <[email protected]>"
],
"license": "MIT"
}