package.json 416 B

12345678910111213141516171819
  1. {
  2. "name": "append-field",
  3. "version": "1.0.0",
  4. "license": "MIT",
  5. "author": "Linus Unnebäck <linus@folkdatorn.se>",
  6. "main": "index.js",
  7. "devDependencies": {
  8. "mocha": "^2.2.4",
  9. "standard": "^6.0.5",
  10. "testdata-w3c-json-form": "^0.2.0"
  11. },
  12. "scripts": {
  13. "test": "standard && mocha"
  14. },
  15. "repository": {
  16. "type": "git",
  17. "url": "http://github.com/LinusU/node-append-field.git"
  18. }
  19. }