decks
Version:
JavaScript UI library for viewing collections of items.
65 lines (64 loc) • 1.65 kB
JSON
{
"name": "decks",
"version": "0.1.3",
"description": "JavaScript UI library for viewing collections of items.",
"main": "index.js",
"browser": {
"lodash": "lodash/dist/lodash.compat.js"
},
"scripts": {
"test": "DEBUG=gulp-decks,mocha-sauce,sauce-runner gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/pellucidanalytics/decks.git"
},
"keywords": [
"UI",
"gallery",
"stacks",
"piles"
],
"author": "Pellucid Analytics",
"license": "MIT",
"bugs": {
"url": "https://github.com/pellucidanalytics/decks/issues"
},
"homepage": "https://github.com/pellucidanalytics/decks",
"devDependencies": {
"browserify": "^6.2.0",
"chai": "^1.9.2",
"connect-livereload": "^0.5.0",
"debug": "^2.1.0",
"es5-shim-sham": "0.0.1",
"event-stream": "^3.1.7",
"express": "^4.10.1",
"gulp": "^3.8.9",
"gulp-jsdoc": "^0.1.4",
"gulp-jshint": "^1.8.6",
"gulp-livereload": "^2.1.1",
"gulp-mocha-phantomjs": "^0.5.1",
"gulp-replace": "^0.5.0",
"gulp-stylus": "^1.3.3",
"gulp-util": "^3.0.1",
"jquery": "^1.11.1",
"jshint-stylish": "^1.0.0",
"mocha": "^2.0.1",
"mocha-sauce": "pellucidanalytics/mocha-sauce",
"nib": "^1.0.4",
"node-notifier": "^4.0.2",
"run-sequence": "^1.0.1",
"shelljs": "^0.3.0",
"sinon": "^1.11.1",
"sinon-chai": "^2.6.0",
"velocity-animate": "^1.2.0",
"vinyl-source-stream": "^1.0.0",
"watchify": "^2.1.0"
},
"dependencies": {
"eventemitter3": "^0.1.5",
"hammerjs": "pellucidanalytics/hammer.js",
"lodash": "^2.4.1",
"raf": "^2.0.4"
}
}