-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1.05 KB
/
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": "boilerplate",
"version": "0.1.0",
"description": "A JSHacks boilerplate for setting up projects in a consistent way",
"main": "src/index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "echo \"Error: src/index.js is not configured\" && exit 1",
"release": "echo \"Error: release system is not configured\" && exit 1",
"lint": "echo \"Error: linting system is not configured\" && exit 1",
"build": "echo \"Error: build system is not configured\" && exit 1",
"bump-version": "echo \"Error: bump-version system is not configured\" && exit 1",
},
"repository": {
"type": "git",
"url": "git+https://github.com/jshacks/boilerplate.git"
},
"keywords": [
"jshacks",
"boilerplate",
"oss",
"contributing",
"community"
],
"author": "JSHacks <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jshacks/boilerplate/issues"
},
"homepage": "https://github.com/jshacks/boilerplate#readme"
}