summaryrefslogtreecommitdiff
path: root/node_modules/gulp-json-transform/node_modules/replace-ext/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/gulp-json-transform/node_modules/replace-ext/package.json')
-rw-r--r--node_modules/gulp-json-transform/node_modules/replace-ext/package.json35
1 files changed, 0 insertions, 35 deletions
diff --git a/node_modules/gulp-json-transform/node_modules/replace-ext/package.json b/node_modules/gulp-json-transform/node_modules/replace-ext/package.json
deleted file mode 100644
index 307d99b78..000000000
--- a/node_modules/gulp-json-transform/node_modules/replace-ext/package.json
+++ /dev/null
@@ -1,35 +0,0 @@
-{
- "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":{
-
- },
- "devDependencies": {
- "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"
- },
- "scripts": {
- "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"
- },
- "licenses":[
- {
- "type":"MIT",
- "url":"http://github.com/wearefractal/replace-ext/raw/master/LICENSE"
- }
- ]
-}