package.json 488 B

1234567891011121314151617181920212223
  1. {
  2. "name": "with",
  3. "version": "5.1.1",
  4. "description": "Compile time `with` for strict mode JavaScript",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "mocha test/index.js -R spec"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "https://github.com/pugjs/with.git"
  12. },
  13. "author": "ForbesLindesay",
  14. "license": "MIT",
  15. "dependencies": {
  16. "acorn": "^3.1.0",
  17. "acorn-globals": "^3.0.0"
  18. },
  19. "devDependencies": {
  20. "mocha": "~2.5.3",
  21. "uglify-js": "^2.4.15"
  22. }
  23. }