package.json 680 B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "exp-js",
  3. "description": "Js Plugin for Expansive",
  4. "version": "0.3.1",
  5. "keywords": [
  6. "expansive-plugin",
  7. "js"
  8. ],
  9. "licenses": "GPL",
  10. "repository": {
  11. "type": "git",
  12. "url": "git://github.com/embedthis/exp-js.git"
  13. },
  14. "devDependencies": {
  15. "expansive": ">=0.7.0",
  16. "pak": ">=0.11.3"
  17. },
  18. "pak": {
  19. "scripts": {
  20. "postcache": {
  21. "script": "if (!Cmd.locate('uglifyjs')) { if (!Cmd.locate('npm')) { throw 'Cannot locate the \"npm\" utility.' } else { run('npm install -g uglify-js')}}"
  22. }
  23. },
  24. "origin": "embedthis/exp-js"
  25. }
  26. }