package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_args": [
  3. [
  4. "replace-ext@0.0.1",
  5. "/mnt/data/Sites/r2c.net/user/themes/r2c"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "replace-ext@0.0.1",
  10. "_id": "replace-ext@0.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-KbvZIHinOfC8zitO5B6DeVNSKSQ=",
  13. "_location": "/replace-ext",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "replace-ext@0.0.1",
  19. "name": "replace-ext",
  20. "escapedName": "replace-ext",
  21. "rawSpec": "0.0.1",
  22. "saveSpec": null,
  23. "fetchSpec": "0.0.1"
  24. },
  25. "_requiredBy": [
  26. "/gulp-util",
  27. "/gulp-util/vinyl"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/replace-ext/-/replace-ext-0.0.1.tgz",
  30. "_spec": "0.0.1",
  31. "_where": "/mnt/data/Sites/r2c.net/user/themes/r2c",
  32. "author": {
  33. "name": "Fractal",
  34. "email": "contact@wearefractal.com",
  35. "url": "http://wearefractal.com/"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/wearefractal/replace-ext/issues"
  39. },
  40. "dependencies": {},
  41. "description": "Replaces a file extension with another one",
  42. "devDependencies": {
  43. "coveralls": "~2.6.1",
  44. "istanbul": "~0.2.3",
  45. "jshint": "~2.4.1",
  46. "mocha": "~1.17.0",
  47. "mocha-lcov-reporter": "~0.0.1",
  48. "rimraf": "~2.2.5",
  49. "should": "~3.1.0"
  50. },
  51. "engines": {
  52. "node": ">= 0.4"
  53. },
  54. "homepage": "http://github.com/wearefractal/replace-ext",
  55. "licenses": [
  56. {
  57. "type": "MIT",
  58. "url": "http://github.com/wearefractal/replace-ext/raw/master/LICENSE"
  59. }
  60. ],
  61. "main": "./index.js",
  62. "name": "replace-ext",
  63. "repository": {
  64. "type": "git",
  65. "url": "git://github.com/wearefractal/replace-ext.git"
  66. },
  67. "scripts": {
  68. "coveralls": "istanbul cover _mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage",
  69. "test": "mocha --reporter spec && jshint"
  70. },
  71. "version": "0.0.1"
  72. }