-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.07 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
{
"name": "hearthstone",
"version": "0.0.0",
"description": "",
"main": "Gruntfile.js",
"scripts": {
"up": "npm install && cd server && npm install && cd ../www && bower install",
"build": "gulp && cd www && ./compile-jade.sh",
"start": "cd server && node _compiled/daemon.js",
"deploy": "npm run-script up && npm run-script build && npm run-script start",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Bacher/hearth-emu.git"
},
"author": {
"name": "Ilya 'Bacher' Lebedev",
"email": "[email protected]"
},
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/Bacher/hearth-emu/issues"
},
"homepage": "https://github.com/Bacher/hearth-emu#readme",
"dependencies": {
"clientjade": "^0.1.1",
"grunt": "^0.4.5",
"grunt-spritesmith": "^5.1.0",
"gulp": "^3.9.0",
"gulp-babel": "^5.2.1",
"gulp-batch": "^1.0.5",
"gulp-concat": "^2.6.0",
"gulp-less": "^3.0.3",
"gulp-plumber": "^1.0.1",
"gulp-watch": "^4.3.5"
}
}