Advertisement
Guest User

package.json

a guest
Feb 17th, 2017
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.34 KB | None | 0 0
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "velocity-react@^1.2.1",
  6. "scope": null,
  7. "escapedName": "velocity-react",
  8. "name": "velocity-react",
  9. "rawSpec": "^1.2.1",
  10. "spec": ">=1.2.1 <2.0.0",
  11. "type": "range"
  12. },
  13. "C:\\web\\tenders-client2"
  14. ]
  15. ],
  16. "_from": "velocity-react@>=1.2.1 <2.0.0",
  17. "_id": "velocity-react@1.2.1",
  18. "_inCache": true,
  19. "_location": "/velocity-react",
  20. "_nodeVersion": "7.4.0",
  21. "_npmOperationalInternal": {
  22. "host": "packages-18-east.internal.npmjs.com",
  23. "tmp": "tmp/velocity-react-1.2.1.tgz_1484844866285_0.2815161526668817"
  24. },
  25. "_npmUser": {
  26. "name": "tonybaroneee",
  27. "email": "tonybaroneee@gmail.com"
  28. },
  29. "_npmVersion": "4.0.5",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "velocity-react@^1.2.1",
  33. "scope": null,
  34. "escapedName": "velocity-react",
  35. "name": "velocity-react",
  36. "rawSpec": "^1.2.1",
  37. "spec": ">=1.2.1 <2.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/"
  42. ],
  43. "_resolved": "http://dev-npm0.km.rst.com.pl/velocity-react/-/velocity-react-1.2.1.tgz",
  44. "_shasum": "d0cb59289a3b666c596da109d5f541d6e6f8ad98",
  45. "_shrinkwrap": null,
  46. "_spec": "velocity-react@^1.2.1",
  47. "_where": "C:\\web\\tenders-client2",
  48. "author": {
  49. "name": "Twitter, Inc."
  50. },
  51. "bugs": {
  52. "url": "https://github.com/twitter-fabric/velocity-react/issues"
  53. },
  54. "dependencies": {
  55. "lodash": "^3.10.1",
  56. "react-addons-transition-group": "^0.14.0 || ^15.0.0",
  57. "velocity-animate": "^1.4.0"
  58. },
  59. "description": "React components to wrap Velocity animations",
  60. "devDependencies": {
  61. "babel-core": "^6.21.0",
  62. "babel-loader": "^6.2.10",
  63. "babel-plugin-transform-object-rest-spread": "^6.20.2",
  64. "babel-preset-es2015": "^6.18.0",
  65. "babel-preset-react": "^6.16.0",
  66. "css-loader": "^0.19.0",
  67. "react": "^15.0.0",
  68. "react-dom": "^15.0.0",
  69. "react-hot-loader": "^1.2.9",
  70. "react-tween-state": "^0.1.3",
  71. "style-loader": "^0.12.3",
  72. "twemoji": "^1.4.1",
  73. "underscore.string": "^3.2.0",
  74. "webpack": "^1.12.0",
  75. "webpack-dev-server": "^1.10.1"
  76. },
  77. "directories": {},
  78. "dist": {
  79. "shasum": "d0cb59289a3b666c596da109d5f541d6e6f8ad98",
  80. "tarball": "http://dev-npm0.km.rst.com.pl/velocity-react/-/velocity-react-1.2.1.tgz"
  81. },
  82. "gitHead": "86a1c786867cec66c6e05c42fb7d290d3ca97c5b",
  83. "homepage": "https://github.com/twitter-fabric/velocity-react#readme",
  84. "keywords": [
  85. "velocity",
  86. "react",
  87. "animation"
  88. ],
  89. "license": "MIT",
  90. "main": "index.js",
  91. "maintainers": [
  92. {
  93. "name": "phopkins",
  94. "email": "phopkins@gmail.com"
  95. },
  96. {
  97. "name": "tonybaroneee",
  98. "email": "tonybaroneee@gmail.com"
  99. },
  100. {
  101. "name": "twitter-fabric",
  102. "email": "fabric-opensource@twitter.com"
  103. }
  104. ],
  105. "name": "velocity-react",
  106. "optionalDependencies": {},
  107. "peerDependencies": {
  108. "react": "^0.14.0 || ^15.0.0",
  109. "react-dom": "^0.14.0 || ^15.0.0"
  110. },
  111. "readme": "ERROR: No README data found!",
  112. "repository": {
  113. "type": "git",
  114. "url": "git+https://github.com/twitter-fabric/velocity-react.git"
  115. },
  116. "scripts": {
  117. "demo": "webpack-dev-server --progress --colors --content-base demo --hot --inline --config demo/webpack.config.js"
  118. },
  119. "version": "1.2.1"
  120. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement