You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

44 lines
1.0 KiB

  1. {
  2. "name": "ng-cordova",
  3. "private": false,
  4. "main": "dist/ng-cordova",
  5. "version": "0.1.27-alpha",
  6. "repository": {
  7. "url": "git://github.com/driftyco/ng-cordova.git"
  8. },
  9. "devDependencies": {
  10. "gulp": "^3.7.0",
  11. "gulp-concat": "^2.2.0",
  12. "gulp-footer": "^1.0.4",
  13. "gulp-header": "^1.0.2",
  14. "gulp-jscs": "^1.6.0",
  15. "gulp-jshint": "^1.6.1",
  16. "gulp-prettify": "^0.3.0",
  17. "gulp-rename": "^1.2.0",
  18. "gulp-shell": "^0.2.10",
  19. "gulp-uglify": "^0.2.1",
  20. "jasmine-core": "^2.4.1",
  21. "jshint-stylish": "^0.4.0",
  22. "karma": "^0.13.21",
  23. "karma-chrome-launcher": "~0.2.2",
  24. "karma-coverage": "~0.5.3",
  25. "karma-jasmine": "~0.3.7",
  26. "karma-phantomjs-launcher": "~1.0.0",
  27. "minimist": "^0.1.0",
  28. "phantomjs-prebuilt": "^2.1.4"
  29. },
  30. "licenses": [
  31. {
  32. "type": "MIT"
  33. }
  34. ],
  35. "scripts": {
  36. "test": "gulp lint && gulp karma --browsers=PhantomJS --reporters=progress"
  37. },
  38. "dependencies": {
  39. "conventional-changelog": "0.0.11",
  40. "fs": "0.0.2",
  41. "gulp-git": "^1.2.4",
  42. "q": "^1.1.2"
  43. }
  44. }