package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_args": [
  3. [
  4. "gonzales-pe@3.0.0-28",
  5. "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "gonzales-pe@3.0.0-28",
  10. "_id": "gonzales-pe@3.0.0-28",
  11. "_inBundle": false,
  12. "_integrity": "sha1-3VC0HdFbaCooxA5fD/IAeQGsYr0=",
  13. "_location": "/gonzales-pe",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "gonzales-pe@3.0.0-28",
  19. "name": "gonzales-pe",
  20. "escapedName": "gonzales-pe",
  21. "rawSpec": "3.0.0-28",
  22. "saveSpec": null,
  23. "fetchSpec": "3.0.0-28"
  24. },
  25. "_requiredBy": [
  26. "/csscomb",
  27. "/csscomb-core"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/gonzales-pe/-/gonzales-pe-3.0.0-28.tgz",
  30. "_spec": "3.0.0-28",
  31. "_where": "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah",
  32. "author": {
  33. "name": "Tony Ganch",
  34. "email": "tonyganch+github@gmail.com",
  35. "url": "http://tonyganch.com"
  36. },
  37. "bin": {
  38. "gonzales": "./bin/gonzales.js"
  39. },
  40. "bugs": {
  41. "url": "http://github.com/tonyganch/gonzales-pe/issues"
  42. },
  43. "description": "Gonzales Preprocessor Edition (fast CSS parser)",
  44. "devDependencies": {
  45. "coffee-script": "~1.7.1",
  46. "mocha": "~1.20.0"
  47. },
  48. "engines": {
  49. "node": ">=0.6.0"
  50. },
  51. "homepage": "http://github.com/tonyganch/gonzales-pe",
  52. "license": "MIT",
  53. "main": "./lib/gonzales",
  54. "name": "gonzales-pe",
  55. "repository": {
  56. "type": "git",
  57. "url": "git+ssh://git@github.com/tonyganch/gonzales-pe.git"
  58. },
  59. "scripts": {
  60. "log": "(mkdir -p log && node ./test/mocha.js) | tee ./log/test.log",
  61. "test": "node ./test/mocha.js"
  62. },
  63. "version": "3.0.0-28"
  64. }