summaryrefslogtreecommitdiff
path: root/node_modules/gulp/node_modules/replace-ext/package.json
blob: 307d99b7820b663627a3a06253567b0e4f8b2e62 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
  "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"
    }
  ]
}