package.json 401 B

1234567891011121314151617
  1. {
  2. "name": "glagol-eslisp",
  3. "version": "0.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "author": "Adam Avramov <fallenblood@example.com> (http://github.com/egasimus)",
  10. "license": "ISC",
  11. "dependencies": {
  12. "eslisp": "^0.7.0",
  13. "glagol": "git://github.com/egasimus/glagol.git",
  14. "xtend": "^4.0.1"
  15. }
  16. }