testimonial
Version:
JS testimonial slider with AJAX
76 lines (75 loc) • 2 kB
JSON
{
"name": "testimonial",
"version": "2.0.1",
"description": "JS testimonial slider with AJAX",
"homepage": "http://alekseyleshko.github.io/testimonial.js/",
"author": "Aleksey Leshko (https://github.com/AlekseyLeshko)",
"contributors": [
"Aleksey Leshko <alekseyleshko@gmail.com>"
],
"repository": {
"type": "git",
"url": "https://github.com/AlekseyLeshko/testimonial.js"
},
"bugs": {
"url": "https://github.com/AlekseyLeshko/testimonial.js/issues"
},
"keywords": [
"reviews",
"slider",
"testimonial",
"plugin",
"no dependencies",
"vanilla-js"
],
"engines": {
"node": ">=0.8"
},
"dependencies": {},
"devDependencies": {
"coveralls": "^2.11.2",
"gulp": "^3.8.11",
"gulp-concat": "^2.5.2",
"gulp-header": "^1.2.2",
"gulp-imagemin": "^2.1.1",
"gulp-jshint": "^1.9.2",
"gulp-minify-css": "^1.0.0",
"gulp-open": "^0.3.2",
"gulp-rename": "^1.2.0",
"gulp-sass": "^1.3.3",
"gulp-sourcemaps": "^1.5.0",
"gulp-uglify": "^1.1.0",
"gulp-util": "^3.0.4",
"gulp-webserver": "^0.9.0",
"imagemin-optipng": "^4.2.0",
"jasmine-jquery": "^2.0.6",
"jquery": "^2.1.3",
"jshint-stylish": "^1.0.1",
"jsonlint": "^1.6.2",
"karma": "^0.12.32",
"karma-chrome-launcher": "^0.1.7",
"karma-coverage": "^0.2.7",
"karma-firefox-launcher": "^0.1.4",
"karma-jasmine": "^0.3.5",
"karma-phantomjs-launcher": "^0.1.4",
"lodash": "^3.5.0",
"my-ip": "^1.1.1",
"require-dir": "^0.1.0",
"run-sequence": "^1.0.2",
"semver": "^4.3.1",
"shelljs": "^0.3.0"
},
"scripts": {
"pretest": "npm install -g karma-cli",
"test": "karma start test/karma.conf.js --single-run --browsers PhantomJS"
},
"preferGlobal": false,
"private": false,
"analyze": true,
"license": "MIT (https://github.com/AlekseyLeshko/testimonial.js/blob/master/LICENSE)",
"directories": {
"lib": "src",
"example": "examples",
"test": "test"
}
}