package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "_from": "indx@^0.2.3",
  3. "_id": "[email protected]",
  4. "_inBundle": false,
  5. "_integrity": "sha1-Fdz1bunPZcAjTFE8J/vVgOcPvFA=",
  6. "_location": "/indx",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "indx@^0.2.3",
  12. "name": "indx",
  13. "escapedName": "indx",
  14. "rawSpec": "^0.2.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.2.3"
  17. },
  18. "_requiredBy": [
  19. "/accord"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/indx/-/indx-0.2.3.tgz",
  22. "_shasum": "15dcf56ee9cf65c0234c513c27fbd580e70fbc50",
  23. "_spec": "indx@^0.2.3",
  24. "_where": "D:\\Users\\James\\IdeaProjects\\website-core\\www\\libs\\node_modules\\accord",
  25. "author": {
  26. "name": "Jeff Escalante",
  27. "email": "[email protected]"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/jenius/indx/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "require_tree for node",
  35. "devDependencies": {
  36. "coffee-script": "1.7.x",
  37. "coveralls": "2.x",
  38. "istanbul": "0.3.x",
  39. "mocha": "1.x",
  40. "mocha-lcov-reporter": "0.0.1",
  41. "should": "4.x"
  42. },
  43. "homepage": "https://github.com/jenius/indx#readme",
  44. "license": "MIT",
  45. "main": "./index.js",
  46. "name": "indx",
  47. "repository": {
  48. "type": "git",
  49. "url": "git+https://github.com/jenius/indx.git"
  50. },
  51. "scripts": {
  52. "coverage": "istanbul cover _mocha --report html -- -R spec && open coverage/index.html",
  53. "coveralls": "istanbul cover _mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage",
  54. "test": "mocha"
  55. },
  56. "version": "0.2.3"
  57. }