Skip to content

Instantly share code, notes, and snippets.

@Bonifacio2
Created August 15, 2018 18:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Bonifacio2/9b04b33032a61afeec8c7b35f8ff31ad to your computer and use it in GitHub Desktop.
Save Bonifacio2/9b04b33032a61afeec8c7b35f8ff31ad to your computer and use it in GitHub Desktop.
{
"name": "something",
"description": ".",
"version": "1.0.0",
"homepage": "https://github.com/hueheu/br",
"author": {
"name": "",
"email": ""
},
"repository": {
"type": "git",
"url": ""
},
"bugs": {
"url": ""
},
"license": "Apache-2.0",
"main": "index.js",
"engines": {
"node": ">= 6.2.2"
},
"scripts": {
"test": "./node_modules/grunt/bin/grunt ci",
"start": "node index.js",
"preinstall": "rm -f package-lock.json",
"postinstall": "rm -f package-lock.json"
},
"devDependencies": {
"mocha-jenkins-reporter": "0.3.10"
},
"keywords": [],
"dependencies": {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment