package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_from": "vue-count-to@1.0.13",
  3. "_id": "vue-count-to@1.0.13",
  4. "_inBundle": false,
  5. "_integrity": "sha1-PnVz6m5kwrKXL2TgoqsuI8dZD/M=",
  6. "_location": "/vue-count-to",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "vue-count-to@1.0.13",
  12. "name": "vue-count-to",
  13. "escapedName": "vue-count-to",
  14. "rawSpec": "1.0.13",
  15. "saveSpec": null,
  16. "fetchSpec": "1.0.13"
  17. },
  18. "_requiredBy": [
  19. "/"
  20. ],
  21. "_resolved": "https://registry.npm.taobao.org/vue-count-to/download/vue-count-to-1.0.13.tgz",
  22. "_shasum": "3e7573ea6e64c2b2972f64e0a2ab2e23c7590ff3",
  23. "_spec": "vue-count-to@1.0.13",
  24. "_where": "D:\\bomanss\\ruoyi-ui",
  25. "author": {
  26. "name": "Pan",
  27. "email": "panfree23@gmail.com"
  28. },
  29. "bundleDependencies": false,
  30. "deprecated": false,
  31. "description": "It's a vue component that will count to a target number at a specified duration",
  32. "devDependencies": {
  33. "babel-core": "^6.0.0",
  34. "babel-eslint": "7.1.1",
  35. "babel-loader": "^6.0.0",
  36. "babel-plugin-transform-runtime": "^6.15.0",
  37. "babel-preset-es2015": "^6.14.0",
  38. "babel-preset-stage-2": "^6.13.0",
  39. "babel-runtime": "^6.11.6",
  40. "cross-env": "^3.0.0",
  41. "css-loader": "^0.25.0",
  42. "eslint": "3.14.1",
  43. "eslint-config-airbnb-base": "11.0.1",
  44. "eslint-friendly-formatter": "2.0.7",
  45. "eslint-import-resolver-webpack": "0.8.1",
  46. "eslint-loader": "1.6.1",
  47. "eslint-plugin-html": "2.0.0",
  48. "eslint-plugin-import": "2.2.0",
  49. "file-loader": "^0.9.0",
  50. "vue-loader": "^11.1.4",
  51. "vue-template-compiler": "^2.2.1",
  52. "webpack": "^2.2.0",
  53. "webpack-dev-server": "^2.2.0"
  54. },
  55. "homepage": "http://panjiachen.github.io/countTo/demo/",
  56. "license": "MIT",
  57. "main": "dist/vue-count-to.min.js",
  58. "name": "vue-count-to",
  59. "scripts": {
  60. "build": "cross-env NODE_ENV=production webpack --progress --hide-modules",
  61. "dev": "cross-env NODE_ENV=development webpack-dev-server --open --hot --content-base='./demo/'"
  62. },
  63. "version": "1.0.13"
  64. }