package.json 394 B

1234567891011121314151617
  1. {
  2. "name": "js-stringify",
  3. "version": "1.0.2",
  4. "description": "Stringify an object so it can be safely inlined in JavaScript code",
  5. "keywords": [],
  6. "dependencies": {},
  7. "devDependencies": {},
  8. "scripts": {
  9. "test": "node test"
  10. },
  11. "repository": {
  12. "type": "git",
  13. "url": "https://github.com/jadejs/js-stringify.git"
  14. },
  15. "author": "ForbesLindesay",
  16. "license": "MIT"
  17. }