Skip to content
This repository was archived by the owner on Jan 27, 2026. It is now read-only.

Commit bce611c

Browse files
committed
Added package.json
Added .gitignore
1 parent 60b0eae commit bce611c

2 files changed

Lines changed: 26 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/node_modules

package.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"name": "lib-phpdebug",
3+
"description": "Xdebug (PHP Debugger) client written in JavaScript",
4+
"version": "0.1.0",
5+
"main": "./index.js",
6+
7+
"author": {
8+
"name" : "Ajax.org B.V",
9+
"email" : "info@ajax.org"
10+
},
11+
12+
"keywords": [],
13+
14+
"licenses": {
15+
"type": "none"
16+
},
17+
18+
"repository" : {
19+
"type" : "git",
20+
"url" : "git://github.com/ajaxorg/lib-phpdebug.git"
21+
},
22+
"bugs" : {
23+
"web" : "http://github.com/ajaxorg/lib-phpdebug/issues"
24+
}
25+
}

0 commit comments

Comments
 (0)