-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 928 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 928 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
{
"name": "project-5a",
"version": "0.1.0",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-cssmin": "^0.14.0",
"grunt-contrib-jshint": "^0.11.3",
"grunt-contrib-uglify": "^0.9.2",
"grunt-jsbeautifier": "^0.2.10",
"install": "^0.1.8",
"npm": "^3.3.3"
},
"description": "Want to know what concerts are going on tonight? Use this quick and easy app to find concerts taking place near you.",
"main": "Gruntfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sammehta88/awesome-concerts-map.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/sammehta88/awesome-concerts-map/issues"
},
"homepage": "https://github.com/sammehta88/awesome-concerts-map#readme",
"dependencies": {
"express": "^4.13.3",
"request": "^2.67.0"
}
}