package.json 801 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "name": "omega-pac",
  3. "version": "0.0.1",
  4. "private": true,
  5. "main": "./index.js",
  6. "devDependencies": {
  7. "chai": "~1.9.1",
  8. "coffee-script": "^1.7.1",
  9. "coffeeify": "^0.7.0",
  10. "coffeelint": "^1.16.0",
  11. "grunt": "^0.4.5",
  12. "grunt-browserify": "^3.0.0",
  13. "grunt-coffeelint": "^0.0.13",
  14. "grunt-contrib-coffee": "^0.11.1",
  15. "grunt-contrib-watch": "^0.6.1",
  16. "grunt-mocha-test": "~0.11.0",
  17. "load-grunt-config": "^0.13.1",
  18. "lolex": "^1.4.0",
  19. "minifyify": "^4.1.1"
  20. },
  21. "dependencies": {
  22. "ip-address": "^4.0.0",
  23. "tldjs": "^1.5.2",
  24. "uglify-js": "^2.4.15"
  25. },
  26. "browser": {
  27. "uglify-js": "./uglifyjs-shim.js",
  28. "uglify-js-real": "./uglifyjs.js"
  29. },
  30. "scripts": {
  31. "dev": "npm link",
  32. "test": "TZ=Europe/London grunt test"
  33. }
  34. }