Skip to content

Commit

Permalink
Merge pull request #28 from simonepri/package
Browse files Browse the repository at this point in the history
Update package.json
  • Loading branch information
nelsonic authored Mar 20, 2018
2 parents 0dd65e7 + 1d27d85 commit 4790507
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 21 deletions.
2 changes: 0 additions & 2 deletions .npmignore

This file was deleted.

48 changes: 29 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,32 +2,45 @@
"name": "ps-tree",
"version": "1.1.0",
"description": "Get all children of a pid",
"homepage": "http://github.com/indexzero/ps-tree",
"repository": {
"type": "git",
"url": "https://github.com/indexzero/ps-tree.git"
},
"dependencies": {
"event-stream": "~3.3.0"
},
"license": "MIT",
"homepage": "http://github.com/indexzero/ps-tree#readme",
"repository": "github:indexzero/ps-tree",
"bugs": {
"url": "https://github.com/indexzero/ps-tree/issues",
"email": "charlie.robbins@gmail.com"
},
"author": "Charlie Robbins <charlie.robbins@gmail.com>",
"contributors": [
{
"name": "Zhuohuan LI",
"url": "https://github.com/zixia",
"email": "zixia@zixia.net"
}
"Zhuohuan LI <zixia@zixia.net> (https://github.com/zixia)",
"Simone Primarosa <simonepri@outlook.com> (https://github.com/simonepri)"
],
"keyboards": [
"ps-tree",
"ps",
"tree",
"ppid",
"pid"
],
"main": "index.js",
"bin": {
"ps-tree": "./bin/ps-tree.js"
},
"files": [
"bin",
"index.js"
],
"directories": {
"test": "test"
"engines": {
"node": ">= 0.10"
},
"scripts": {
"_comment": "https://github.com/gotwarlost/istanbul#usage-on-windows",
"test": "istanbul cover node_modules/tape/bin/tape test/test.js test/direct.js",
"coverage": "npm test && istanbul check-coverage --statements 100 --functions 100 --lines 100 --branches 100",
"codeclimate": "cross-env CODECLIMATE_REPO_TOKEN=84436b4f13c70ace9c62e7f04928bf23c234eb212c0232d39d7fb1535beb2da5 codeclimate < coverage/lcov.info"
},
"dependencies": {
"event-stream": "~3.3.0"
},
"devDependencies": {
"chalk": "^1.0.0",
"codeclimate-test-reporter": "0.0.4",
Expand All @@ -41,8 +54,5 @@
"pre-commit": [
"coverage",
"codeclimate"
],
"engines": {
"node": ">= 0.10"
}
]
}

0 comments on commit 4790507

Please sign in to comment.