Açıklama Yok

package.json 1.6KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "name": "granim",
  3. "version": "2.0.0",
  4. "description": "Create fluid and interactive gradients animations with this small js library.",
  5. "main": "index.js",
  6. "scripts": {
  7. "start": "cd docs/ && node server.js",
  8. "test": "karma start --single-run --browsers PhantomJS",
  9. "watchTest": "karma start --browsers Chrome",
  10. "codecov": "cat coverage/lcov.info | codecov"
  11. },
  12. "bugs": {
  13. "url": "https://github.com/sarcadass/granim.js/issues"
  14. },
  15. "repository": {
  16. "type": "git",
  17. "url": "https://github.com/sarcadass/granim.js"
  18. },
  19. "httpPort": 8080,
  20. "keywords": [
  21. "gradient",
  22. "animation"
  23. ],
  24. "author": "Benjamin Blonde",
  25. "contributors": [
  26. "Pranay Prakash <pranay.gp@gmail.com> (http://pranay.gp)"
  27. ],
  28. "license": "MIT",
  29. "devDependencies": {
  30. "browserify": "^13.0.1",
  31. "codecov": "^1.0.1",
  32. "gulp": "^4.0.0",
  33. "gulp-copy": "0.0.2",
  34. "gulp-eslint": "^5.0.0",
  35. "gulp-header": "^1.8.12",
  36. "gulp-if": "^2.0.1",
  37. "gulp-pug": "^3.0.4",
  38. "gulp-rename": "^1.2.3",
  39. "gulp-sass": "^4.0.2",
  40. "gulp-sourcemaps": "^1.12.1",
  41. "gulp-uglify": "^1.5.3",
  42. "hapi": "^17.6.0",
  43. "hapi-pino": "^5.1.0",
  44. "inert": "^5.1.0",
  45. "jasmine-core": "^2.99.1",
  46. "karma": "^3.1.1",
  47. "karma-chrome-launcher": "^2.2.0",
  48. "karma-coverage": "^1.1.2",
  49. "karma-es6-preprocessor": "^1.0.1",
  50. "karma-jasmine": "^1.1.2",
  51. "karma-phantomjs-launcher": "^1.0.2",
  52. "karma-spec-reporter": "0.0.26",
  53. "minimist": "^1.2.0",
  54. "phantomjs-polyfill-object-assign": "0.0.2",
  55. "vinyl-buffer": "^1.0.1",
  56. "vinyl-source-stream": "^2.0.0"
  57. }
  58. }