-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 824 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 824 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
{
"name": "ouluwebdev.github.io",
"version": "1.0.0",
"private": true,
"engines": {
"node": "^4.2.6"
},
"description": "A monthly Meetup about web development from Oulu, Finland.",
"main": "README.md",
"author": "Thibaud Colas <thibaudcolas@gmail.com> (https://github.com/thibaudcolas)",
"license": "ISC",
"homepage": "https://ouluwebdev.github.io/",
"bugs": {
"url": "https://github.com/ouluwebdev/ouluwebdev.github.io/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ouluwebdev/ouluwebdev.github.io.git"
},
"devDependencies": {
"browser-sync": "^2.14.0",
"hyperlink": "^2.3.0"
},
"scripts": {
"start": "browser-sync start --server . --files index.html",
"test": "npm run test:site -s",
"test:site": "hyperlink index.html"
}
}