-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
31 lines (31 loc) · 941 Bytes
/
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
{
"name": "tichu-tournament",
"version": "0.0.1",
"description": "Tichu scorer and tournament scoreboard.",
"bugs": "https://github.com/Aragos/tichu-tournament/issues",
"license": "MIT",
"repository": "Aragos/tichu-tournament",
"private": true,
"devDependencies": {
"bower": "^1.7.7",
"grunt": "^1.0.1",
"grunt-angular-templates": "^1.1.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-cssmin": "^1.0.2",
"grunt-contrib-htmlmin": "^2.1.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-htmlrefs": "^0.5.0",
"grunt-usemin": "^3.1.1",
"jasmine-core": "^2.4.1",
"karma": "^0.13.19",
"karma-coverage": "^0.5.3",
"karma-jasmine": "^0.3.6",
"karma-phantomjs-launcher": "^1.0.0",
"phantomjs-prebuilt": "^2.1.3"
},
"scripts": {
"update-frontend-dependencies": "bower install",
"build": "grunt build",
"test": "karma start --no-auto-watch --single-run"
}
}