Skip to content

Commit da94e3b

Browse files
committed
Update package.json
1 parent 0bf2a20 commit da94e3b

File tree

1 file changed

+18
-17
lines changed

1 file changed

+18
-17
lines changed

package.json

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,30 @@
11
{
22
"name": "path-browserify",
3-
"version": "0.0.0",
43
"description": "the path module from node core for browsers",
5-
"main": "index.js",
4+
"version": "0.0.0",
5+
"author": {
6+
"name": "James Halliday",
7+
"email": "mail@substack.net",
8+
"url": "http://substack.net"
9+
},
10+
"bugs": "https://github.com/browserify/path-browserify/issues",
611
"dependencies": {},
712
"devDependencies": {
813
"tape": "^4.9.0"
914
},
10-
"scripts": {
11-
"test": "node test"
12-
},
13-
"repository": {
14-
"type": "git",
15-
"url": "git://github.com/substack/path-browserify.git"
16-
},
17-
"homepage": "https://github.com/substack/path-browserify",
15+
"homepage": "https://github.com/browserify/path-browserify",
1816
"keywords": [
19-
"path",
2017
"browser",
21-
"browserify"
18+
"browserify",
19+
"path"
2220
],
23-
"author": {
24-
"name": "James Halliday",
25-
"email": "mail@substack.net",
26-
"url": "http://substack.net"
21+
"license": "MIT",
22+
"main": "index.js",
23+
"repository": {
24+
"type": "git",
25+
"url": "git://github.com/browserify/path-browserify.git"
2726
},
28-
"license": "MIT"
27+
"scripts": {
28+
"test": "node test"
29+
}
2930
}

0 commit comments

Comments
 (0)