Skip to content

Commit d79404a

Browse files
committed
Added package.json for npm.
1 parent b0d1079 commit d79404a

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

package.json

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"name": "unix-ptrace",
3+
"version": "0.1.0",
4+
"dependencies": {
5+
"ref": "^1.3.4",
6+
"ref-struct": "^1.1.0"
7+
},
8+
"description": "ptrace API for node.js",
9+
"main": "index.js",
10+
"repository": {
11+
"type": "git",
12+
"url": "git+https://github.com/k13-engineering/unix-ptrace.git"
13+
},
14+
"keywords": [
15+
"ptrace",
16+
"trace",
17+
"unix",
18+
"linux"
19+
],
20+
"author": "Simon Kadisch",
21+
"license": "GPL-3.0",
22+
"bugs": {
23+
"url": "https://github.com/k13-engineering/unix-ptrace/issues"
24+
},
25+
"homepage": "https://github.com/k13-engineering/unix-ptrace#readme"
26+
}

0 commit comments

Comments
 (0)