forked from awesome-br/awesome-br.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 905 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
{
"name": "awesome-br.github.io",
"version": "1.0.0",
"description": "Awesome BR possui um formato aberto a comunidade que deseja compartilhar conteúdo de qualidade frente às tecnologias mais atuais do mercado.",
"main": "",
"scripts": {
"http-server": "node_modules/http-server/bin/http-server",
"validate": "node tasks/validate.js",
"test": "node tasks/validate.js",
"start": "live-server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/awesome-br/awesome-br.github.io.git"
},
"author": "awesome-br",
"license": "ISC",
"bugs": {
"url": "https://github.com/awesome-br/awesome-br.github.io/issues"
},
"homepage": "https://github.com/awesome-br/awesome-br.github.io#readme",
"dependencies": {
"http-server": "^0.8.5"
},
"devDependencies": {
"jlint": "^3.0.2",
"lodash": "^3.10.1",
"pretty-log": "^0.1.0"
}
}