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.

20 lines
498 B

6 years ago
6 years ago
  1. {
  2. "name": "OpenComputers",
  3. "version": "1.0.0",
  4. "description": "FTB OpenComputers Packaging",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1",
  8. "grunt": "grunt"
  9. },
  10. "author": "Drew Short <warrick@sothr.com>",
  11. "license": "MIT",
  12. "devDependencies": {
  13. "grunt": "^1.0.1",
  14. "grunt-contrib-clean": "^1.0.0",
  15. "grunt-contrib-copy": "^1.0.0",
  16. "grunt-exec": "^3.0.0",
  17. "grunt-file-append": "^0.0.7",
  18. "luamin": "^1.0.4"
  19. }
  20. }