package.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "name": "reflect-metadata",
  3. "version": "0.1.14",
  4. "description": "Polyfill for Metadata Reflection API",
  5. "main": "Reflect.js",
  6. "types": "index.d.ts",
  7. "typescript": {
  8. "definition": "Reflect.d.ts"
  9. },
  10. "scripts": {
  11. "prepublishOnly": "gulp prepublish",
  12. "build": "gulp build",
  13. "test": "gulp test",
  14. "start": "gulp start"
  15. },
  16. "repository": {
  17. "type": "git",
  18. "url": "https://github.com/rbuckton/reflect-metadata.git"
  19. },
  20. "keywords": [
  21. "decorator",
  22. "metadata",
  23. "javascript",
  24. "reflect"
  25. ],
  26. "author": {
  27. "name": "Ron Buckton",
  28. "email": "ron.buckton@microsoft.com",
  29. "url": "http://github.com/rbuckton"
  30. },
  31. "license": "Apache-2.0",
  32. "bugs": {
  33. "url": "https://github.com/rbuckton/reflect-metadata/issues"
  34. },
  35. "homepage": "http://rbuckton.github.io/reflect-metadata",
  36. "dependencies": {},
  37. "devDependencies": {
  38. "@types/chai": "^3.4.34",
  39. "@types/mocha": "^2.2.34",
  40. "@types/node": "^6.0.52",
  41. "chai": "^3.5.0",
  42. "del": "^2.2.2",
  43. "ecmarkup": "^3.9.3",
  44. "gulp": "^3.9.1",
  45. "gulp-emu": "^1.1.0",
  46. "gulp-live-server": "0.0.30",
  47. "gulp-mocha": "^3.0.1",
  48. "gulp-rename": "^1.2.2",
  49. "gulp-sequence": "^0.4.6",
  50. "gulp-tsb": "^2.0.3",
  51. "mocha": "^3.2.0",
  52. "typescript": "^2.1.4"
  53. }
  54. }