-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
34 lines (34 loc) · 865 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
34
{
"name": "statik-starter-kit",
"version": "1.0.0",
"description": "Statik Starter Kit.",
"author": "Roberto Achar <robertoachar@gmail.com>",
"homepage": "https://github.com/robertoachar/statik-starter-kit#readme",
"keywords": [
"node"
],
"main": "src/index.js",
"files": [
"src"
],
"scripts": {
"lint": "eslint src/**/*.js",
"start": "browser-sync start --server \"src\" --files=\"src/**/*.*\""
},
"repository": {
"type": "git",
"url": "https://github.com/robertoachar/statik-starter-kit.git"
},
"bugs": {
"url": "https://github.com/robertoachar/statik-starter-kit/issues"
},
"dependencies": {},
"devDependencies": {
"browser-sync": "2.24.4",
"eslint": "4.19.1",
"eslint-config-prettier": "2.9.0",
"eslint-plugin-prettier": "2.6.0",
"prettier": "1.13.4"
},
"license": "MIT"
}