package.json 375 B

12345678910111213
  1. {
  2. "name": "riko-api",
  3. "version": "0.2.0",
  4. "description": "transport-agnostic, promise-based remote api",
  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. "repository": "https://github.com/egasimus/riko-api",
  11. "license": "GPL-3.0"
  12. }