-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.04 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
{
"name": "Neighborhood_Map",
"version": "1.0.0",
"description": "Neighborhood Map",
"main": "Gruntfile.js",
"dependencies": {
"grunt-contrib-watch": "^0.6.1",
"grunt": "^0.4.5"
},
"devDependencies": {
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-copy": "^0.8.1",
"grunt-contrib-cssmin": "^0.14.0",
"grunt-contrib-htmlmin": "^0.5.0",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-uglify": "^0.9.2",
"grunt-contrib-watch": "^0.6.1",
"grunt-criticalcss": "^0.5.0",
"grunt-cssbeautifier": "^0.1.2",
"grunt-responsive-images": "^0.1.6"
},
"scripts": {
"test": "testit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bluebee123/frontend-nanodegree-arcade-game.git"
},
"keywords": [
"arcade",
"game",
"nanodegree"
],
"author": "nh",
"license": "ISC",
"bugs": {
"url": "https://github.com/bluebee123/frontend-nanodegree-arcade-game/issues"
},
"homepage": "https://github.com/bluebee123/frontend-nanodegree-arcade-game#readme"
}