package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "_args": [
  3. [
  4. "usertiming",
  5. "/Users/shaddockh/Development/AtomicProjects/AtomicGameEngineFork/AtomicGameEngine/Build"
  6. ]
  7. ],
  8. "_from": "usertiming@*",
  9. "_id": "[email protected]",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/usertiming",
  13. "_nodeVersion": "0.12.5",
  14. "_npmUser": {
  15. "email": "[email protected]",
  16. "name": "nicjansma"
  17. },
  18. "_npmVersion": "2.11.2",
  19. "_phantomChildren": {},
  20. "_requested": {
  21. "name": "usertiming",
  22. "raw": "usertiming",
  23. "rawSpec": "",
  24. "scope": null,
  25. "spec": "*",
  26. "type": "range"
  27. },
  28. "_requiredBy": [
  29. "/"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/usertiming/-/usertiming-0.1.7.tgz",
  32. "_shasum": "25e5522c5d1805836b1c0a1d545f4d29889bb37a",
  33. "_shrinkwrap": null,
  34. "_spec": "usertiming",
  35. "_where": "/Users/shaddockh/Development/AtomicProjects/AtomicGameEngineFork/AtomicGameEngine/Build",
  36. "author": {
  37. "name": "Nic Jansma"
  38. },
  39. "bugs": {
  40. "url": "http://github.com/nicjansma/usertiming.js/issues"
  41. },
  42. "dependencies": {},
  43. "description": "W3C UserTiming polyfill",
  44. "devDependencies": {
  45. "expect.js": "^0.3.1",
  46. "grunt": ">= 0.4.0",
  47. "grunt-contrib-clean": "^0.6.0",
  48. "grunt-contrib-uglify": ">0.0.0",
  49. "grunt-karma": "^0.10.1",
  50. "grunt-mocha-test": "^0.12.7",
  51. "gruntify-eslint": ">0.0.0",
  52. "karma": "^0.12.31",
  53. "karma-chrome-launcher": "^0.1.5",
  54. "karma-coverage": "^0.2.6",
  55. "karma-expect": "^1.1.0",
  56. "karma-firefox-launcher": "^0.1.4",
  57. "karma-ie-launcher": "^0.1.5",
  58. "karma-mocha": "^0.1.9",
  59. "karma-opera-launcher": "^0.1.0",
  60. "karma-phantomjs-launcher": "^0.1.4",
  61. "karma-safari-launcher": "^0.1.1",
  62. "karma-tap-reporter": "0.0.3",
  63. "mocha": "^2.1.0"
  64. },
  65. "directories": {},
  66. "dist": {
  67. "shasum": "25e5522c5d1805836b1c0a1d545f4d29889bb37a",
  68. "tarball": "http://registry.npmjs.org/usertiming/-/usertiming-0.1.7.tgz"
  69. },
  70. "gitHead": "4d8368299fac268b1ed905eb24378791e157c67f",
  71. "homepage": "https://github.com/nicjansma/usertiming.js#readme",
  72. "licenses": [
  73. {
  74. "type": "MIT",
  75. "url": "http://github.com/nicjansma/usertiming.js/raw/master/LICENSE.txt"
  76. }
  77. ],
  78. "main": "./src/usertiming",
  79. "maintainers": [
  80. {
  81. "name": "nicjansma",
  82. "email": "[email protected]"
  83. }
  84. ],
  85. "name": "usertiming",
  86. "optionalDependencies": {},
  87. "readme": "ERROR: No README data found!",
  88. "repository": {
  89. "type": "git",
  90. "url": "git+ssh://[email protected]/nicjansma/usertiming.js.git"
  91. },
  92. "scripts": {
  93. "test": "grunt travis --verbose"
  94. },
  95. "version": "0.1.7"
  96. }