package.json 313 B

12345678910111213141516
  1. {
  2. "name": "gojsx",
  3. "version": "0.0.0",
  4. "description": "like jsx but using ducktape",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "author": "",
  10. "license": "MIT",
  11. "devDependencies": {
  12. "browserify": "^8.1.3",
  13. "react-tools": "^0.12.2"
  14. }
  15. }