2022-01-21 08:28:41 +00:00
|
|
|
{
|
2022-04-08 10:55:35 +00:00
|
|
|
"name":"replace-ext",
|
|
|
|
"description":"Replaces a file extension with another one",
|
|
|
|
"version":"0.0.1",
|
|
|
|
"homepage":"http://github.com/wearefractal/replace-ext",
|
|
|
|
"repository":"git://github.com/wearefractal/replace-ext.git",
|
|
|
|
"author":"Fractal <contact@wearefractal.com> (http://wearefractal.com/)",
|
|
|
|
"main":"./index.js",
|
|
|
|
|
|
|
|
"dependencies":{
|
|
|
|
|
2022-01-21 08:28:41 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-04-08 10:55:35 +00:00
|
|
|
"mocha": "~1.17.0",
|
|
|
|
"should": "~3.1.0",
|
|
|
|
"mocha-lcov-reporter": "~0.0.1",
|
|
|
|
"coveralls": "~2.6.1",
|
|
|
|
"istanbul": "~0.2.3",
|
|
|
|
"rimraf": "~2.2.5",
|
|
|
|
"jshint": "~2.4.1"
|
2022-02-23 16:41:13 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
2022-04-08 10:55:35 +00:00
|
|
|
"test": "mocha --reporter spec && jshint",
|
|
|
|
"coveralls": "istanbul cover _mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">= 0.4"
|
2022-02-23 16:41:13 +00:00
|
|
|
},
|
2022-04-08 10:55:35 +00:00
|
|
|
"licenses":[
|
|
|
|
{
|
|
|
|
"type":"MIT",
|
|
|
|
"url":"http://github.com/wearefractal/replace-ext/raw/master/LICENSE"
|
|
|
|
}
|
|
|
|
]
|
2022-01-21 08:28:41 +00:00
|
|
|
}
|