-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 950 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
32
33
34
35
36
37
{
"name": "find-the-city",
"version": "0.0.1",
"description": "Find the city guessing game",
"main": "find.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Recidvst/find-the-city.git"
},
"author": "Chris Snowden",
"license": "MIT",
"bugs": {
"url": "https://github.com/Recidvst/find-the-city/issues"
},
"homepage": "https://github.com/Recidvst/find-the-city#readme",
"devDependencies": {
"bootstrap-grid": "^2.0.1",
"browser-sync": "^2.18.8",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-clean-css": "^3.0.4",
"gulp-concat": "^2.6.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.5.1",
"gulp-uglify": "^2.1.2",
"gulp-util": "^3.0.8"
},
"dependencies": {
"font-awesome": "^4.7.0",
"jquery": "^3.2.1"
}
}