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 1
1
{
2
2
"name" : " path-browserify" ,
3
- "version" : " 0.0.0" ,
4
3
"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" ,
6
11
"dependencies" : {},
7
12
"devDependencies" : {
8
13
"tape" : " ^4.9.0"
9
14
},
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" ,
18
16
"keywords" : [
19
- " path" ,
20
17
" browser" ,
21
- " browserify"
18
+ " browserify" ,
19
+ " path"
22
20
],
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"
27
26
},
28
- "license" : " MIT"
27
+ "scripts" : {
28
+ "test" : " node test"
29
+ }
29
30
}
You can’t perform that action at this time.
0 commit comments