-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
25 lines (25 loc) · 1.36 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
{
"name": "bpn",
"version": "1.3",
"description": "![GitHub Release Date](https://img.shields.io/github/release-date/Jerit3787/bpn) ![GitHub last commit](https://img.shields.io/github/last-commit/Jerit3787/bpn) ![GitHub branch checks state](https://img.shields.io/github/checks-status/Jerit3787/bpn/master) ![GitHub issues](https://img.shields.io/github/issues/Jerit3787/bpn) ![GitHub deployments](https://img.shields.io/github/deployments/Jerit3787/bpn/github-pages) ![GitHub all releases](https://img.shields.io/github/downloads/Jerit3787/bpn/total) ![GitHub](https://img.shields.io/github/license/Jerit3787/bpn)",
"scripts": {
"preinstall": "sudo apt-get update && sudo apt-get install gcc make ruby-full build-essential zlib1g-dev bundler -y",
"install": "bundler install",
"start": "bundle exec jekyll serve",
"build": "npm run clean && npm run mvn-build",
"mvn-build": "mvn package -f 'pom.xml'",
"test-build": "mvn test -f 'pom.xml'",
"test-site": "bundle exec jekyll build",
"clean": "mvn clean -f 'pom.xml'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Jerit3787/bpn.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Jerit3787/bpn/issues"
},
"homepage": "https://github.com/Jerit3787/bpn#readme"
}