package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. {
  2. "name": "node-sass",
  3. "version": "2.0.1",
  4. "libsass": "3.1.0",
  5. "description": "Wrapper around libsass",
  6. "license": "MIT",
  7. "homepage": "https://github.com/sass/node-sass",
  8. "repository": {
  9. "type": "git",
  10. "url": "https://github.com/sass/node-sass"
  11. },
  12. "author": {
  13. "name": "Andrew Nesbitt",
  14. "email": "andrewnez@gmail.com",
  15. "url": "http://andrew.github.com"
  16. },
  17. "engines": {
  18. "node": ">=0.10.0"
  19. },
  20. "main": "lib/index.js",
  21. "bin": {
  22. "node-sass": "bin/node-sass"
  23. },
  24. "gypfile": true,
  25. "scripts": {
  26. "coverage": "node scripts/coverage.js",
  27. "install": "node scripts/install.js",
  28. "postinstall": "node scripts/build.js",
  29. "pretest": "jshint bin lib test",
  30. "test": "mocha test"
  31. },
  32. "files": [
  33. "bin",
  34. "binding.gyp",
  35. "lib",
  36. "scripts",
  37. "src",
  38. "test"
  39. ],
  40. "keywords": [
  41. "css",
  42. "libsass",
  43. "preprocessor",
  44. "sass",
  45. "scss",
  46. "style"
  47. ],
  48. "dependencies": {
  49. "chalk": "^0.5.1",
  50. "cross-spawn": "^0.2.6",
  51. "gaze": "^0.5.1",
  52. "get-stdin": "^4.0.1",
  53. "meow": "^3.0.0",
  54. "mkdirp": "^0.5.0",
  55. "mocha": "^2.1.0",
  56. "nan": "^1.6.2",
  57. "npmconf": "^2.1.1",
  58. "object-assign": "^2.0.0",
  59. "replace-ext": "0.0.1",
  60. "request": "^2.53.0",
  61. "sass-graph": "^1.0.3",
  62. "semver": "^4.2.2",
  63. "shelljs": "^0.3.0"
  64. },
  65. "devDependencies": {
  66. "coveralls": "^2.11.2",
  67. "jscoverage": "^0.5.9",
  68. "jshint": "^2.6.0",
  69. "mocha-lcov-reporter": "^0.0.1",
  70. "pangyp": "^2.1.0"
  71. },
  72. "gitHead": "5bff1c73369aa37dd543c2d760952b1275f23c85",
  73. "bugs": {
  74. "url": "https://github.com/sass/node-sass/issues"
  75. },
  76. "_id": "node-sass@2.0.1",
  77. "_shasum": "28101ce16fae0584bea95242b400b2cc1d958b83",
  78. "_from": "node-sass@~2.0.1",
  79. "_npmVersion": "2.5.1",
  80. "_nodeVersion": "1.2.0",
  81. "_npmUser": {
  82. "name": "am11",
  83. "email": "adeelbm@outlook.com"
  84. },
  85. "maintainers": [
  86. {
  87. "name": "andrewnez",
  88. "email": "andrewnez@gmail.com"
  89. },
  90. {
  91. "name": "deanmao",
  92. "email": "deanmao@gmail.com"
  93. },
  94. {
  95. "name": "laurentgoderre",
  96. "email": "laurent.goderre@gmail.com"
  97. },
  98. {
  99. "name": "keithamus",
  100. "email": "npm@keithcirkel.co.uk"
  101. },
  102. {
  103. "name": "am11",
  104. "email": "adeelbm@outlook.com"
  105. }
  106. ],
  107. "dist": {
  108. "shasum": "28101ce16fae0584bea95242b400b2cc1d958b83",
  109. "tarball": "http://registry.npmjs.org/node-sass/-/node-sass-2.0.1.tgz"
  110. },
  111. "directories": {},
  112. "_resolved": "https://registry.npmjs.org/node-sass/-/node-sass-2.0.1.tgz",
  113. "readme": "ERROR: No README data found!"
  114. }