forked from udacity/mws-restaurant-stage-1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 917 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
{
"name": "mws-restaurant-stage-1",
"version": "1.0.0",
"description": "Google Udacity Nanodegree project 1 of 3",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/anthonyalvarez/mws-restaurant-stage-1.git"
},
"keywords": [
"mapbox",
"leafjs",
"udacity",
"google"
],
"author": "Anthony E. Alvarez <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/anthonyalvarez/mws-restaurant-stage-1/issues"
},
"homepage": "https://github.com/anthonyalvarez/mws-restaurant-stage-1#readme",
"devDependencies": {
"eslint": "^5.4.0",
"grunt": "^1.0.3",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-mkdir": "^1.0.0",
"grunt-responsive-images": "^1.10.1",
"prettier": "1.14.2"
}
}