vue-carousel
Version:
A flexible, responsive, touch-friendly carousel for Vue.js
80 lines (79 loc) • 2 kB
JSON
{
"_from": "warehouse@^2.2.0",
"_id": "warehouse@2.2.0",
"_inBundle": false,
"_integrity": "sha1-XQnWSUKZK+Zn2PfIagnCuK6gQGI=",
"_location": "/warehouse",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "warehouse@^2.2.0",
"name": "warehouse",
"escapedName": "warehouse",
"rawSpec": "^2.2.0",
"saveSpec": null,
"fetchSpec": "^2.2.0"
},
"_requiredBy": [
"/hexo"
],
"_resolved": "https://registry.npmjs.org/warehouse/-/warehouse-2.2.0.tgz",
"_shasum": "5d09d64942992be667d8f7c86a09c2b8aea04062",
"_spec": "warehouse@^2.2.0",
"_where": "/Users/quinn.lagille/Documents/ssense/vue-carousel/docs/node_modules/hexo",
"author": {
"name": "Tommy Chen",
"email": "tommy351@gmail.com",
"url": "http://zespia.tw"
},
"bugs": {
"url": "https://github.com/tommy351/warehouse/issues"
},
"bundleDependencies": false,
"dependencies": {
"JSONStream": "^1.0.7",
"bluebird": "^3.2.2",
"cuid": "~1.3.8",
"graceful-fs": "^4.1.3",
"is-plain-object": "^2.0.1",
"lodash": "^4.2.1"
},
"deprecated": false,
"description": "Simple JSON-based database",
"devDependencies": {
"chai": "^3.5.0",
"chai-as-promised": "^5.2.0",
"eslint": "^1.10.3",
"istanbul": "^0.4.2",
"jscs": "^2.9.0",
"jsdoc": "^3.4.0",
"minami": "^1.1.1",
"mocha": "^2.4.5",
"sinon": "^1.17.3"
},
"directories": {
"lib": "./lib"
},
"homepage": "https://github.com/tommy351/warehouse#readme",
"keywords": [
"database",
"json",
"db"
],
"license": "MIT",
"main": "lib/database",
"name": "warehouse",
"repository": {
"type": "git",
"url": "git+https://github.com/tommy351/warehouse.git"
},
"scripts": {
"eslint": "eslint .",
"jscs": "jscs .",
"jsdoc": "jsdoc --configure .jsdoc.json",
"test": "mocha test/index.js",
"test-cov": "istanbul cover --print both _mocha -- test/index.js"
},
"version": "2.2.0"
}