package.json 743 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "name": "fclone",
  3. "version": "1.0.11",
  4. "description": "Clone objects by dropping circular references",
  5. "main": "dist/fclone",
  6. "scripts": {
  7. "test": "./node_modules/.bin/_mocha",
  8. "build": "./node_modules/.bin/gulp"
  9. },
  10. "repository": {
  11. "type": "git",
  12. "url": "git+https://github.com/soyuka/fclone.git"
  13. },
  14. "keywords": [
  15. "clone",
  16. "deep",
  17. "circular",
  18. "json",
  19. "stringify",
  20. "fast"
  21. ],
  22. "author": "soyuka <soyuka@gmail.com>",
  23. "license": "MIT",
  24. "devDependencies": {
  25. "babel-preset-es2015": "^6.9.0",
  26. "chai": "^3.5.0",
  27. "gulp": "^3.9.1",
  28. "gulp-babel": "^6.1.2",
  29. "gulp-rename": "^1.2.2",
  30. "gulp-uglify": "^1.5.4",
  31. "gulp-wrap": "^0.13.0",
  32. "mocha": "^2.5.3"
  33. }
  34. }