forked from jhonylucas74/dev-podcast-list-brazil
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 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
{
"name": "awesome-podcasts-br",
"version": "2.0.0",
"description": "Lista dos podcasts que todo desenvolvedor brasileiro deveria experimentar acompanhar.",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ogilvieira/awesome-podcasts-br.git"
},
"keywords": [
"podcast",
"brasil",
"web"
],
"author": "Gil Vieira <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/ogilvieira/awesome-podcasts-br/issues"
},
"homepage": "https://github.com/ogilvieira/awesome-podcasts-br#readme",
"devDependencies": {
"bower": "^1.7.9",
"grunt": "^1.0.1",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-cssmin": "^1.0.2",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-watch": "^1.0.0",
"jshint": "~2.8.0"
}
}