-
Notifications
You must be signed in to change notification settings - Fork 43
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 778 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 778 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
33
34
{
"name": "devnaestrada.com.br",
"version": "1.0.0",
"description": "devnaestrada podcast",
"main": "index.js",
"scripts": {
"start": "gulp",
"build": "gulp build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/devnaestrada/devnaestrada.com.br.git"
},
"keywords": [
"podcast",
"dev",
"web",
"audio",
"video"
],
"author": "femontanha",
"bugs": {
"url": "https://github.com/devnaestrada/devnaestrada.com.br/issues"
},
"homepage": "https://github.com/devnaestrada/devnaestrada.com.br#readme",
"devDependencies": {
"browser-sync": "^2.18.13",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-sass": "^3.1.0",
"gulp-util": "^3.0.8",
"node-normalize-scss": "^1.4.0"
}
}