package.json 440 B

12345678910111213141516171819
  1. {
  2. "name": "timecop",
  3. "version": "0.36.2",
  4. "description": "Displays information about where time is spent while Pulsar loads.",
  5. "main": "./lib/main",
  6. "repository": "https://github.com/pulsar-edit/pulsar",
  7. "license": "MIT",
  8. "engines": {
  9. "atom": "*"
  10. },
  11. "deserializers": {
  12. "TimecopView": "createTimecopView"
  13. },
  14. "dependencies": {
  15. "dedent": "^0.7.0",
  16. "etch": "^0.12.6",
  17. "underscore-plus": "^1.0.0"
  18. }
  19. }