File tree Expand file tree Collapse file tree 1 file changed +18
-17
lines changed Expand file tree Collapse file tree 1 file changed +18
-17
lines changed Original file line number Diff line number Diff line change 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+ 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- 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}
You can’t perform that action at this time.
0 commit comments