Advertisement
Underworld1337

Untitled

Sep 17th, 2015
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2. "name": "wpoExp",
  3. "version": "0.0.1",
  4. "private": true,
  5. "scripts": {
  6. "start": "node ./bin/www"
  7. },
  8. "dependencies": {
  9. "body-parser": "~1.13.2",
  10. "cookie-parser": "~1.3.5",
  11. "debug": "~2.2.0",
  12. "socket.io": "latest",
  13. "express": "~4.13.1",
  14. "jade": "~1.11.0",
  15. "morgan": "~1.6.1",
  16. "serve-favicon": "~2.3.0"
  17. }
  18. }
  19.  
  20. {
  21. "name": "squel",
  22. "description": "SQL query string builder",
  23. "version": "4.2.1",
  24. "author": "Ramesh Nair <ram@hiddentao.com> (http://www.hiddentao.com/)",
  25. "contributors": [
  26. "Ramesh Nair <ram@hiddentao.com> (http://www.hiddentao.com/)"
  27. ],
  28. "dependencies": {},
  29. "devDependencies": {
  30. "coffee-script": "~1.6.3",
  31. "uglify-js": "1.3.x",
  32. "chai": "1.5.x",
  33. "mocha": "1.9.x",
  34. "sinon": "1.6.x",
  35. "underscore": "1.4.x",
  36. "grunt-contrib-coffee": "~0.7.0",
  37. "time-grunt": "~0.1.1",
  38. "grunt-contrib-clean": "~0.5.0",
  39. "load-grunt-tasks": "~0.1.0",
  40. "grunt": "~0.4.1",
  41. "grunt-contrib-uglify": "~0.2.4",
  42. "grunt-mocha-test": "~0.6.3",
  43. "grunt-shell": "~0.4.0",
  44. "grunt-text-replace": "~0.3.11"
  45. },
  46. "keywords": [
  47. "sql",
  48. "database",
  49. "rdbms"
  50. ],
  51. "main": "squel",
  52. "scripts": {
  53. "test": "grunt",
  54. "build": "grunt"
  55. },
  56. "repository": {
  57. "type": "git",
  58. "url": "https://github.com/hiddentao/squel.git"
  59. },
  60. "engines": {
  61. "node": ">= 0.6.0"
  62. }
  63. }
  64.  
  65. {
  66. "name": "squel",
  67. "description": "SQL query string builder",
  68. "version": "4.2.1",
  69. "author": "Ramesh Nair <ram@hiddentao.com> (http://www.hiddentao.com/)",
  70. "contributors": [
  71. "Ramesh Nair <ram@hiddentao.com> (http://www.hiddentao.com/)"
  72. ],
  73. "dependencies": {},
  74. "devDependencies": {
  75. "coffee-script": "~1.6.3",
  76. "uglify-js": "1.3.x",
  77. "chai": "1.5.x",
  78. "mocha": "1.9.x",
  79. "sinon": "1.6.x",
  80. "underscore": "1.4.x",
  81. "grunt-contrib-coffee": "~0.7.0",
  82. "time-grunt": "~0.1.1",
  83. "grunt-contrib-clean": "~0.5.0",
  84. "load-grunt-tasks": "~0.1.0",
  85. "grunt": "~0.4.1",
  86. "grunt-contrib-uglify": "~0.2.4",
  87. "grunt-mocha-test": "~0.6.3",
  88. "grunt-shell": "~0.4.0",
  89. "grunt-text-replace": "~0.3.11"
  90. },
  91. "keywords": [
  92. "sql",
  93. "database",
  94. "rdbms"
  95. ],
  96. "main": "squel",
  97. "scripts": {
  98. "test": "grunt",
  99. "build": "grunt"
  100. },
  101. "repository": {
  102. "type": "git",
  103. "url": "https://github.com/hiddentao/squel.git"
  104. },
  105. "engines": {
  106. "node": ">= 0.6.0"
  107. }
  108. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement