vue-carousel
Version:
A flexible, responsive, touch-friendly carousel for Vue.js
78 lines (77 loc) • 2.01 kB
JSON
{
"_from": "hexo-renderer-stylus@^0.3.1",
"_id": "hexo-renderer-stylus@0.3.3",
"_inBundle": false,
"_integrity": "sha1-xU6ifh/Y48ipp6hM+6itNUEiyn8=",
"_location": "/hexo-renderer-stylus",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "hexo-renderer-stylus@^0.3.1",
"name": "hexo-renderer-stylus",
"escapedName": "hexo-renderer-stylus",
"rawSpec": "^0.3.1",
"saveSpec": null,
"fetchSpec": "^0.3.1"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/hexo-renderer-stylus/-/hexo-renderer-stylus-0.3.3.tgz",
"_shasum": "c54ea27e1fd8e3c8a9a7a84cfba8ad354122ca7f",
"_spec": "hexo-renderer-stylus@^0.3.1",
"_where": "/Users/quinn.lagille/Documents/ssense/vue-carousel/docs",
"author": {
"name": "Tommy Chen",
"email": "tommy351@gmail.com",
"url": "http://zespia.tw"
},
"bugs": {
"url": "https://github.com/hexojs/hexo-renderer-stylus/issues"
},
"bundleDependencies": false,
"dependencies": {
"nib": "^1.1.2",
"stylus": "^0.54.5"
},
"deprecated": false,
"description": "Stylus renderer plugin for Hexo",
"devDependencies": {
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"eslint": "^3.11.1",
"eslint-config-hexo": "^1.0.3",
"istanbul": "^0.4.5",
"jscs": "^3.0.7",
"jscs-preset-hexo": "^1.0.1",
"mocha": "^3.2.0"
},
"directories": {
"lib": "./lib"
},
"homepage": "https://github.com/hexojs/hexo-renderer-stylus#readme",
"keywords": [
"hexo",
"stylus",
"css",
"style",
"stylesheet",
"styl",
"renderer"
],
"license": "MIT",
"main": "index",
"name": "hexo-renderer-stylus",
"repository": {
"type": "git",
"url": "git+https://github.com/hexojs/hexo-renderer-stylus.git"
},
"scripts": {
"eslint": "eslint .",
"jscs": "jscs .",
"test": "mocha test/index.js",
"test-cov": "istanbul cover --print both _mocha -- test/index.js"
},
"version": "0.3.3"
}