-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
59 lines (59 loc) · 1.48 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
53
54
55
56
57
58
59
{
"name": "super-mario-frogger",
"version": "0.1.0",
"description": "reproduction of frogger arcade gamw with a super mario bros. flavour",
"directories": {
"test": "test"
},
"dependencies": {},
"devDependencies": {
"browser-sync": "^2.18.8",
"chai": "^3.5.0",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-imagemin": "^3.1.1",
"gulp-inject": "^4.2.0",
"gulp-jscs": "^4.0.0",
"gulp-jshint": "^2.0.4",
"gulp-load-plugins": "^1.5.0",
"gulp-plumber": "^1.1.0",
"gulp-task-listing": "^1.0.1",
"gulp-util": "^3.0.8",
"istanbul": "^0.4.5",
"jshint": "^2.9.4",
"jshint-stylish": "^2.2.1",
"karma": "^1.5.0",
"karma-chai": "^0.1.0",
"karma-coverage": "^1.1.1",
"karma-growl-reporter": "^1.0.0",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.2",
"karma-phantomjs-launcher": "^1.0.4",
"karma-sinon": "^1.0.5",
"main-bower-files": "^2.13.1",
"mocha": "^3.2.0",
"phantomjs": "^2.1.7",
"sinon": "^2.0.0",
"wiredep": "^4.0.0"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zakhttp/super-mario-frogger.git"
},
"keywords": [
"super",
"mario",
"frogger",
"udacity"
],
"author": "zakhttp",
"license": "MIT",
"bugs": {
"url": "https://github.com/zakhttp/super-mario-frogger/issues"
},
"homepage": "https://github.com/zakhttp/super-mario-frogger#readme"
}