Skip to content
Snippets Groups Projects
package.json 879 B
Newer Older
ka215's avatar
ka215 committed
{
  "name": "jquery.timeline",
  "version": "1.0.5",
ka215's avatar
ka215 committed
  "description": "Horizontal Timeline plugin for jQuery",
  "main": "gulpfile.js",
  "dependencies": {
  },
  "devDependencies": {
    "browser-sync": "^2.18.12",
    "gulp": "^3.9.1",
    "gulp-autoprefixer": "^4.0.0",
    "gulp-clean-css": "^3.4.0",
    "gulp-eslint": "^3.0.1",
    "gulp-rename": "^1.2.2",
    "gulp-sass": "^3.1.0",
    "gulp-uglify": "^3.0.0",
    "gulp-util": "^3.0.8"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ka215/jquery.timeline.git"
  },
  "keywords": [
    "jquery",
    "timeline",
    "plugin"
  ],
  "author": "ka2",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ka215/jquery.timeline/issues"
  },
  "homepage": "https://github.com/ka215/jquery.timeline#readme"
}