vue-carousel-3d
Version:
Beautiful, flexible and touch supported 3D Carousel for Vue.js
153 lines (152 loc) • 4.24 kB
JSON
{
"_from": "swig-templates@^2.0.3",
"_id": "swig-templates@2.0.3",
"_inBundle": false,
"_integrity": "sha512-QojPTuZWdpznSZWZDB63/grsZuDwT/7geMeGlftbJXDoYBIZEnTcKvz4iwYDv3SwfPX9/B4RtGRSXNnm3S2wwg==",
"_location": "/swig-templates",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "swig-templates@^2.0.3",
"name": "swig-templates",
"escapedName": "swig-templates",
"rawSpec": "^2.0.3",
"saveSpec": null,
"fetchSpec": "^2.0.3"
},
"_requiredBy": [
"/hexo"
],
"_resolved": "https://registry.npmjs.org/swig-templates/-/swig-templates-2.0.3.tgz",
"_shasum": "6b4c43b462175df2a8da857a2043379ec6ea6fd0",
"_spec": "swig-templates@^2.0.3",
"_where": "/Users/vladimirbujanovic/Projects/vue-carousel-3d-component/vue-carousel-3d/docs/node_modules/hexo",
"bin": {
"swig": "bin/swig.js"
},
"bugs": {
"url": "https://github.com/node-swig/swig-templates/issues"
},
"bundleDependencies": false,
"config": {
"blanket": {
"pattern": [
"swig-templates/lib"
]
},
"travis-cov": {
"threshold": 95
}
},
"dependencies": {
"optimist": "~0.6",
"uglify-js": "2.6.0"
},
"deprecated": false,
"description": "A simple, powerful, and extendable templating engine for node.js and browsers, similar to Django, Jinja2, and Twig.",
"devDependencies": {
"@commitlint/cli": "^7.0.0",
"@commitlint/config-conventional": "^7.0.1",
"@commitlint/travis-cli": "^7.0.0",
"blanket": "~1.1",
"browserify": "~2",
"copyfiles": "^1.0.0",
"expect.js": "~0.2",
"express": "~3",
"file": "~0.2",
"git-validate": "^2.1.4",
"husky": "^0.14.3",
"jsdoc": "3.4.0",
"less": "~1.4",
"lint-staged": "^7.2.2",
"live-server": "^1.1.0",
"lodash": "~1.3.1",
"mocha": "^5.2.0",
"mocha-chrome": "^1.1.0",
"npm-run-all": "^4.1.3",
"parallelshell": "^2.0.0",
"prettier-standard": "^8.0.1",
"rerun-script": "^0.6.0",
"rimraf": "^2.5.2",
"semantic-release": "^15.9.8",
"standard": "^11.0.1",
"static-site": "^1.3.1",
"travis-cov": "~0.2"
},
"engines": {
"node": ">=0.10.0"
},
"homepage": "https://github.com/node-swig/swig-templates#readme",
"keywords": [
"template",
"templating",
"html",
"django",
"jinja",
"twig",
"express",
"block"
],
"license": "MIT",
"lint-staged": {
"linters": {
"lib/**/*.js": [
"prettier-standard",
"git add"
],
"tests/**/*.js": [
"prettier-standard",
"git add"
],
"scripts/**/*.js": [
"prettier-standard",
"git add"
]
}
},
"main": "index",
"name": "swig-templates",
"repository": {
"type": "git",
"url": "git+https://github.com/node-swig/swig-templates.git"
},
"scripts": {
"commitmsg": "commitlint -E GIT_PARAMS",
"copy": "copyfiles -u 1 'docs/**/*.{ico,css,js}' build/",
"docs": "parallelshell 'live-server build/' 'rerun-script'",
"format": "prettier-standard 'lib/**/*.js' 'tests/**/*.js' 'scripts/**/*.js'",
"html": "static-site -s docs -b build",
"jsdoc": "run-s jsdoc:swig jsdoc:filters jsdoc:tags jsdoc:loaders jsdoc:parser",
"jsdoc:filters": "jsdoc lib/filters.js -X > docs/data/filters.json",
"jsdoc:loaders": "jsdoc lib/loaders/ -X > docs/data/loaders.json",
"jsdoc:parser": "jsdoc lib/parser.js lib/lexer.js -X > docs/data/extending.json",
"jsdoc:swig": "jsdoc lib/swig.js -X > docs/data/api.json",
"jsdoc:tags": "jsdoc lib/tags/ -X > docs/data/tags.json",
"lint": "standard 'lib/**/*.js' 'tests/**/*.js' 'scripts/**/*.js'",
"precommit": "lint-staged",
"predocs": "run-s jsdoc copy html",
"semantic-release": "semantic-release",
"test": "make test reporter=spec && make test-browser && make coverage cov-reporter=travis-cov"
},
"standard": {
"env": [
"mocha"
],
"ignore": [
"docs",
"dist",
"tmp",
"examples"
]
},
"version": "2.0.3",
"watches": {
"copy": "docs/**/*.{ico,css,js}",
"html": [
"docs/**/*.{html,json}",
"source/_helpers/**"
],
"jsdoc": "lib/**/*.js"
}
}