package.json 725 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "angular-smart-table",
  3. "version": "2.1.4",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "node ./node_modules/.bin/gulp karma-CI"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "https://github.com/lorenzofox3/Smart-Table.git"
  12. },
  13. "author": "Laurent Renard",
  14. "license": "MIT",
  15. "devDependencies": {
  16. "gulp": "^3.8.7",
  17. "gulp-concat": "^2.3.4",
  18. "gulp-insert": "^0.4.0",
  19. "gulp-jshint": "^1.8.4",
  20. "gulp-sourcemaps": "^1.3.0",
  21. "gulp-uglify": "^0.3.1",
  22. "jshint-stylish": "^0.4.0",
  23. "karma": "^0.12.21",
  24. "karma-chrome-launcher": "^0.1.4",
  25. "karma-coverage": "^0.2.6",
  26. "karma-jasmine": "^0.1.5",
  27. "karma-phantomjs-launcher": "^0.1.4"
  28. }
  29. }