You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.6KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_from": "rework@~1.0.0",
  3. "_id": "rework@1.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-MIBqhBNCtUUQqkEQhQzUhTQUSqc=",
  6. "_location": "/rework",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "rework@~1.0.0",
  12. "name": "rework",
  13. "escapedName": "rework",
  14. "rawSpec": "~1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "~1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/gulp-concat-css"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/rework/-/rework-1.0.1.tgz",
  22. "_shasum": "30806a841342b54510aa4110850cd48534144aa7",
  23. "_spec": "rework@~1.0.0",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\gulp-concat-css",
  25. "author": {
  26. "name": "TJ Holowaychuk",
  27. "email": "tj@vision-media.ca"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/reworkcss/rework/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "convert-source-map": "^0.3.3",
  35. "css": "^2.0.0"
  36. },
  37. "deprecated": false,
  38. "description": "Plugin framework for CSS preprocessing",
  39. "devDependencies": {
  40. "mocha": "^1.20.1",
  41. "should": "^4.0.4"
  42. },
  43. "files": [
  44. "index.js"
  45. ],
  46. "homepage": "https://github.com/reworkcss/rework#readme",
  47. "keywords": [
  48. "css",
  49. "manipulation",
  50. "preprocess",
  51. "transform",
  52. "server"
  53. ],
  54. "main": "index",
  55. "name": "rework",
  56. "repository": {
  57. "type": "git",
  58. "url": "git://github.com/reworkcss/rework.git"
  59. },
  60. "scripts": {
  61. "test": "mocha --require should --reporter spec"
  62. },
  63. "version": "1.0.1"
  64. }