package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "_from": "grunt-mocha-test",
  3. "_id": "grunt-mocha-test@0.13.3",
  4. "_inBundle": false,
  5. "_integrity": "sha1-kChHK2Fb2m3eqnswpaFk6YBd4AU=",
  6. "_location": "/grunt-mocha-test",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "grunt-mocha-test",
  12. "name": "grunt-mocha-test",
  13. "escapedName": "grunt-mocha-test",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#DEV:/",
  20. "#USER"
  21. ],
  22. "_resolved": "http://registry.npm.taobao.org/grunt-mocha-test/download/grunt-mocha-test-0.13.3.tgz",
  23. "_shasum": "9028472b615bda6ddeaa7b30a5a164e9805de005",
  24. "_spec": "grunt-mocha-test",
  25. "_where": "E:\\dev\\007\\node_module\\node10",
  26. "author": {
  27. "name": "Peter Halliday",
  28. "email": "pghalliday@gmail.com",
  29. "url": "http://pghalliday.github.io/"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/pghalliday/grunt-mocha-test/issues"
  33. },
  34. "bundleDependencies": false,
  35. "config": {
  36. "travis-cov": {
  37. "threshold": 100
  38. }
  39. },
  40. "dependencies": {
  41. "hooker": "^0.2.3",
  42. "mkdirp": "^0.5.0"
  43. },
  44. "deprecated": false,
  45. "description": "A grunt task for running server side mocha tests",
  46. "devDependencies": {
  47. "chai": "^3.5.0",
  48. "coffee-script": "^1.10.0",
  49. "grunt": "^1.0.1",
  50. "grunt-cli": "^1.2.0",
  51. "grunt-continue": "^0.1.0",
  52. "grunt-contrib-clean": "^1.0.0",
  53. "grunt-contrib-copy": "^1.0.0",
  54. "grunt-contrib-jshint": "^1.0.0",
  55. "grunt-coveralls": "^1.0.1",
  56. "grunt-env": "^0.4.4",
  57. "grunt-istanbul": "^0.7.1",
  58. "grunt-istanbul-coverage": "^0.1.4",
  59. "mocha": "^3.0.2",
  60. "rimraf": "^2.5.0"
  61. },
  62. "engines": {
  63. "node": ">= 0.10.4"
  64. },
  65. "files": [
  66. "tasks",
  67. "LICENSE-MIT"
  68. ],
  69. "homepage": "https://github.com/pghalliday/grunt-mocha-test",
  70. "keywords": [
  71. "gruntplugin",
  72. "mocha",
  73. "test"
  74. ],
  75. "license": "MIT",
  76. "name": "grunt-mocha-test",
  77. "peerDependencies": {
  78. "mocha": ">=1.20.0"
  79. },
  80. "repository": {
  81. "type": "git",
  82. "url": "git://github.com/pghalliday/grunt-mocha-test.git"
  83. },
  84. "scripts": {
  85. "ci": "grunt ci",
  86. "test": "grunt"
  87. },
  88. "version": "0.13.3"
  89. }