-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 926 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
{
"name": "bowling-entry",
"version": "1.0.0",
"description": "Angular web application that can modify the bowling database.",
"repository": "[email protected]:meerkatlabs/bowling-entry-angular.git",
"license": "MIT",
"private": true,
"devDependencies": {
"grunt": "~0.4.5",
"bower": "~1.3.12",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-uglify": "~0.7.0",
"grunt-contrib-concat": "~0.5.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-contrib-sass": "~0.8.1",
"grunt-contrib-jasmine": "~0.8.2",
"grunt-template-jasmine-istanbul": "~0.3.3",
"karma": "~0.12.31",
"jasmine-core": "~2.2.0",
"karma-jasmine": "~0.3.5",
"jasmine": "~2.2.1",
"karma-chrome-launcher": "~0.1.7",
"ng-html2js": "~2.0.0",
"karma-ng-html2js-preprocessor": "~0.1.2",
"karma-coverage": "~0.2.7",
"grunt-karma": "~0.10.1",
"karma-phantomjs-launcher": "~0.1.4"
}
}