package.json 2.0 KB

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