-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 819 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 819 Bytes
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
{
"name": "highscoreboardproject",
"version": "1.0.0",
"description": "high score board project using react",
"main": "index.html",
"dependencies": {
"connect-history-api-fallback": "^1.3.0",
"gulp": "^3.9.1",
"gulp-connect": "^5.0.0",
"gulp-jshint": "^2.0.1",
"gulp-stylus": "^2.5.0",
"jshint": "^2.9.3",
"nib": "^1.1.2"
},
"devDependencies": {
"connect-history-api-fallback": "^1.3.0",
"font-awesome": "^4.6.3",
"gulp": "^3.9.1",
"gulp-connect": "^5.0.0",
"gulp-jshint": "^2.0.1",
"gulp-stylus": "^2.5.0",
"jshint-stylish": "^2.2.1",
"nib": "^1.1.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"score",
"game",
"react"
],
"author": "Verónica Valls",
"license": "ISC"
}