-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 828 Bytes
/
Copy pathpackage.json
File metadata and controls
25 lines (25 loc) · 828 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
{
"name": "matheusagcosta-website",
"version": "0.0.1",
"description": "matheusagcosta's Website",
"author": "Matheus Costa <hi@matheusagcosta.com>",
"private": true,
"scripts": {
"dev": "harp server app & browser-sync start --no-open --proxy 'localhost:9000' --files '**/*.jade, **/*.scss, **/*.json, **/*.js, **/*.md' --no-notify",
"build": "harp compile app docs && echo matheusagcosta.com >> docs/CNAME"
},
"devDependencies": {
"browser-sync": "^2.27.1",
"harp": "^0.34.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/matheusagcosta/matheusagcosta.git"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/matheusagcosta/matheusagcosta/issues"
},
"homepage": "https://github.com/matheusagcosta/matheusagcosta#readme",
"dependencies": {}
}