package.json 495 B

1234567891011121314151617181920
  1. {
  2. "name": "volume-visualization",
  3. "version": "0.0.12",
  4. "jsname": "threeJsHelper",
  5. "description": "ERROR: No README.md file found!",
  6. "main": "threeJsHelper.js",
  7. "scripts": {
  8. "test": "echo \"Error: no test specified\" && exit 1"
  9. },
  10. "repository": "",
  11. "author": "",
  12. "license": "BSD",
  13. "devDependencies": {
  14. "grunt": "~0.4",
  15. "grunt-contrib-concat": "~0.3.0",
  16. "grunt-contrib-uglify": "^0.8.0",
  17. "grunt-contrib-watch": "~0.6.1",
  18. "grunt-shell": "^1.1.1"
  19. }
  20. }