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.

14 lines
320 B

  1. {
  2. "name": "aggregate-example",
  3. "private": "true",
  4. "version": "0.0.0",
  5. "description": "deps for aggregate example",
  6. "main": "aggregate.js",
  7. "scripts": {
  8. "test": "echo \"Error: no test specified\" && exit 1"
  9. },
  10. "dependencies": { "async": "*" },
  11. "repository": "",
  12. "author": "",
  13. "license": "BSD"
  14. }