vue-carousel
Version:
A flexible, responsive, touch-friendly carousel for Vue.js
76 lines (75 loc) • 1.96 kB
JSON
{
"_from": "hexo-front-matter@^0.2.2",
"_id": "hexo-front-matter@0.2.3",
"_inBundle": false,
"_integrity": "sha1-x8qO9CDqNr2F6ECKLoyb9J76YF4=",
"_location": "/hexo-front-matter",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "hexo-front-matter@^0.2.2",
"name": "hexo-front-matter",
"escapedName": "hexo-front-matter",
"rawSpec": "^0.2.2",
"saveSpec": null,
"fetchSpec": "^0.2.2"
},
"_requiredBy": [
"/hexo"
],
"_resolved": "https://registry.npmjs.org/hexo-front-matter/-/hexo-front-matter-0.2.3.tgz",
"_shasum": "c7ca8ef420ea36bd85e8408a2e8c9bf49efa605e",
"_spec": "hexo-front-matter@^0.2.2",
"_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/hexojs/hexo-front-matter/issues"
},
"bundleDependencies": false,
"dependencies": {
"js-yaml": "^3.6.1"
},
"deprecated": false,
"description": "Front-matter parser.",
"devDependencies": {
"chai": "^3.5.0",
"eslint": "^2.12.0",
"eslint-config-hexo": "^1.0.3",
"istanbul": "^0.4.3",
"jscs": "^3.0.4",
"jscs-preset-hexo": "^1.0.1",
"mocha": "^2.5.3",
"moment": "^2.13.0"
},
"directories": {
"lib": "./lib"
},
"homepage": "https://github.com/hexojs/hexo-front-matter#readme",
"keywords": [
"front-matter",
"front matter",
"yaml",
"yml",
"hexo",
"json"
],
"license": "MIT",
"main": "lib/front_matter",
"name": "hexo-front-matter",
"repository": {
"type": "git",
"url": "git+https://github.com/hexojs/hexo-front-matter.git"
},
"scripts": {
"eslint": "eslint .",
"jscs": "jscs .",
"test": "mocha test/index.js",
"test-cov": "istanbul cover --print both _mocha -- test/index.js"
},
"version": "0.2.3"
}