File tree 1 file changed +11
-14
lines changed
1 file changed +11
-14
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "name" :" replace-ext" ,
3
- "description" :" Replaces a file extension with another one" ,
4
- "version" :" 0.0.0" ,
5
- "homepage" :" http://github.com/wearefractal/replace-ext" ,
6
- "repository" :" git://github.com/wearefractal/replace-ext.git" ,
7
- "author" :" Fractal <contact@wearefractal.com> (http://wearefractal.com/)" ,
8
- "main" :" ./index.js" ,
9
-
10
- "dependencies" :{
11
-
12
- },
2
+ "name" : " replace-ext" ,
3
+ "description" : " Replaces a file extension with another one" ,
4
+ "version" : " 0.0.1" ,
5
+ "homepage" : " http://github.com/wearefractal/replace-ext" ,
6
+ "repository" : " git://github.com/wearefractal/replace-ext.git" ,
7
+ "author" : " Fractal <contact@wearefractal.com> (http://wearefractal.com/)" ,
8
+ "main" : " ./index.js" ,
9
+ "dependencies" : {},
13
10
"devDependencies" : {
14
11
"mocha" : " ~1.17.0" ,
15
12
"should" : " ~3.1.0" ,
26
23
"engines" : {
27
24
"node" : " >= 0.4"
28
25
},
29
- "licenses" :[
26
+ "licenses" : [
30
27
{
31
- "type" :" MIT" ,
32
- "url" :" http://github.com/wearefractal/replace-ext/raw/master/LICENSE"
28
+ "type" : " MIT" ,
29
+ "url" : " http://github.com/wearefractal/replace-ext/raw/master/LICENSE"
33
30
}
34
31
]
35
32
}
You can’t perform that action at this time.
0 commit comments