Ingen beskrivning
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 551B

12345678910111213141516171819202122232425
  1. {
  2. "name": "rpg-cards",
  3. "version": "0.0.0",
  4. "description": "Card creation tool",
  5. "repository": "https://github.com/crobi/rpg-cards",
  6. "main": "js/app.js",
  7. "scripts": {
  8. "test": "echo \"Error: no test specified\" && exit 1"
  9. },
  10. "author": "crobi",
  11. "dependencies": {
  12. "flux": "^2.0.1",
  13. "react": "^0.12.0"
  14. },
  15. "devDependencies": {
  16. "babel": "*",
  17. "typescript": "1.5.x",
  18. "gulp": "*",
  19. "gulp-typescript": "*",
  20. "gulp-sourcemaps": "*",
  21. "gulp-babel": "*",
  22. "gulp-rev": "*"
  23. },
  24. "license": "BSD-2-Clause"
  25. }