package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_from": "gulp-concat",
  3. "_id": "gulp-concat@2.6.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-Yz0WyV2IUEYorQJmVmPO5aR5M1M=",
  6. "_location": "/gulp-concat",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "gulp-concat",
  12. "name": "gulp-concat",
  13. "escapedName": "gulp-concat",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#DEV:/",
  20. "#USER"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/gulp-concat/-/gulp-concat-2.6.1.tgz",
  23. "_shasum": "633d16c95d88504628ad02665663cee5a4793353",
  24. "_spec": "gulp-concat",
  25. "_where": "/srv/http/mmap_sarrebourg/user/themes/basic",
  26. "author": {
  27. "name": "Contra",
  28. "email": "yo@contra.io",
  29. "url": "http://contra.io/"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/contra/gulp-concat/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "concat-with-sourcemaps": "^1.0.0",
  37. "through2": "^2.0.0",
  38. "vinyl": "^2.0.0"
  39. },
  40. "deprecated": false,
  41. "description": "Concatenates files",
  42. "devDependencies": {
  43. "gulp": "^3.8.7",
  44. "gulp-sourcemaps": "^2.2.0",
  45. "istanbul": "^0.4.5",
  46. "mocha": "^3.0.0",
  47. "mocha-lcov-reporter": "^1.2.0",
  48. "should": "^11.0.0",
  49. "stream-array": "^1.0.1",
  50. "stream-assert": "^2.0.1"
  51. },
  52. "engines": {
  53. "node": ">= 0.10"
  54. },
  55. "files": [
  56. "index.js"
  57. ],
  58. "homepage": "https://github.com/contra/gulp-concat#readme",
  59. "keywords": [
  60. "gulpplugin"
  61. ],
  62. "license": "MIT",
  63. "name": "gulp-concat",
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/contra/gulp-concat.git"
  67. },
  68. "scripts": {
  69. "coverage": "istanbul cover _mocha",
  70. "test": "mocha"
  71. },
  72. "version": "2.6.1"
  73. }