File tree Expand file tree Collapse file tree 1 file changed +11
-14
lines changed Expand file tree Collapse file tree 1 file changed +11
-14
lines changed Original file line number Diff line number Diff line change 11{
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" : {},
1310 "devDependencies" : {
1411 "mocha" : " ~1.17.0" ,
1512 "should" : " ~3.1.0" ,
2623 "engines" : {
2724 "node" : " >= 0.4"
2825 },
29- "licenses" :[
26+ "licenses" : [
3027 {
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"
3330 }
3431 ]
3532}
You can’t perform that action at this time.
0 commit comments