package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_args": [
  3. [
  4. "dom-converter@0.2.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "dom-converter@0.2.0",
  10. "_id": "dom-converter@0.2.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-ZyGp2u4uKTaClVtq/kFncWJ7t2g=",
  13. "_location": "/dom-converter",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "dom-converter@0.2.0",
  19. "name": "dom-converter",
  20. "escapedName": "dom-converter",
  21. "rawSpec": "0.2.0",
  22. "saveSpec": null,
  23. "fetchSpec": "0.2.0"
  24. },
  25. "_requiredBy": [
  26. "/renderkid"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/dom-converter/download/dom-converter-0.2.0.tgz",
  29. "_spec": "0.2.0",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  31. "author": {
  32. "name": "Aria Minaei"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/AriaMinaei/dom-converter/issues"
  36. },
  37. "dependencies": {
  38. "utila": "~0.4"
  39. },
  40. "description": "converts bare objects to DOM objects or xml representations",
  41. "devDependencies": {
  42. "chai": "^1.10.0",
  43. "chai-changes": "^1.3.4",
  44. "chai-fuzzy": "^1.4.0",
  45. "coffee-script": "^1.8.0",
  46. "jitter": "^1.3.0",
  47. "mocha": "^2.0.1",
  48. "mocha-pretty-spec-reporter": "0.1.0-beta.1",
  49. "sinon": "^1.12.2",
  50. "sinon-chai": "^2.6.0"
  51. },
  52. "homepage": "https://github.com/AriaMinaei/dom-converter#readme",
  53. "license": "MIT",
  54. "main": "lib/domConverter.js",
  55. "name": "dom-converter",
  56. "repository": {
  57. "type": "git",
  58. "url": "git+https://github.com/AriaMinaei/dom-converter.git"
  59. },
  60. "scripts": {
  61. "compile": "coffee --bare --compile --output ./lib ./src",
  62. "compile:watch": "jitter src lib -b",
  63. "prepublish": "npm run compile",
  64. "test": "mocha \"test/**/*.coffee\"",
  65. "test:watch": "mocha \"test/**/*.coffee\" --watch",
  66. "watch": "npm run compile:watch & npm run test:watch",
  67. "winwatch": "start/b npm run compile:watch & npm run test:watch"
  68. },
  69. "version": "0.2.0"
  70. }