-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
52 lines (52 loc) · 1.99 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
52
{
"author": "Andreas Flack",
"name": "scorekeeper",
"version": "0.0.11",
"homepage": "https://flack.github.com/scorekeeper",
"bugs": "https://github.com/flack/scorekeeper/issues",
"repository": {
"type": "git",
"url": "git@github.com:flack/scorekeeper.git"
},
"dependencies": {
"@bower_components/angular": "angular/bower-angular#^1.6",
"@bower_components/angular-animate": "angular/bower-angular-animate#^1.2",
"@bower_components/angular-bootstrap": "angular-ui/bootstrap-bower#^2.0",
"@bower_components/angular-mocks": "angular/bower-angular-mocks#^1.2",
"@bower_components/angular-moment": "urish/angular-moment#^1.0",
"@bower_components/angular-ui-router": "angular-ui/angular-ui-router-bower#^1.0",
"@bower_components/angular-ui-sortable": "angular-ui/ui-sortable#~0.19",
"@bower_components/bootstrap-sass": "twbs/bootstrap-sass#^3.2",
"@bower_components/font-awesome": "FortAwesome/Font-Awesome#^4.7.0",
"@bower_components/jquery": "jquery/jquery-dist#1.9.1 - 3",
"@bower_components/jquery-ui": "components/jqueryui#>=1.12.x",
"@bower_components/jquery-ui-touch-punch": "git://github.com/functino/jquery-ui-touch-punch.git#*",
"@bower_components/moment": "moment/moment#>=2.19.3 <3.0.0",
"@bower_components/ngstorage": "gsklee/ngStorage#~0.3.0"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-appcache": "^0.2",
"grunt-bump": "~0.7",
"grunt-contrib-clean": "^1.0",
"grunt-contrib-concat": "^1.0",
"grunt-contrib-copy": "^1.0",
"grunt-contrib-jshint": "^1.0",
"grunt-contrib-less": "^1.0",
"grunt-contrib-uglify": "^1.0",
"grunt-contrib-watch": "^1.0",
"grunt-gh-pages": "^2.0",
"grunt-html2js": "^0.5",
"grunt-karma": "^2.0",
"grunt-ng-annotate": "^3.0.0",
"grunt-sass": "^2.0.0",
"grunt-service-worker": "^0.1.2",
"jasmine-core": "^2.9.1",
"karma": "^2.0",
"karma-firefox-launcher": "^1.0",
"karma-jasmine": "^1.0"
},
"engines": {
"yarn": ">= 1.0.0"
}
}