first commit
This commit is contained in:
80
WebRoot/node_modules/bootstrap-datepicker/package.json
generated
vendored
Normal file
80
WebRoot/node_modules/bootstrap-datepicker/package.json
generated
vendored
Normal file
@ -0,0 +1,80 @@
|
||||
{
|
||||
"_from": "bootstrap-datepicker",
|
||||
"_id": "bootstrap-datepicker@1.8.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-213St/G8KT3mjs4qu4qwww74KWysMaIeqgq5OhrboZjIjemIpyuxlSo9FNNI5+KzpkkxkRRba+oewiRGV42B1A==",
|
||||
"_location": "/bootstrap-datepicker",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "tag",
|
||||
"registry": true,
|
||||
"raw": "bootstrap-datepicker",
|
||||
"name": "bootstrap-datepicker",
|
||||
"escapedName": "bootstrap-datepicker",
|
||||
"rawSpec": "",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "latest"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"#USER",
|
||||
"/"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/bootstrap-datepicker/-/bootstrap-datepicker-1.8.0.tgz",
|
||||
"_shasum": "c63513931e6f09f16ae9f11b62f32d950df3958e",
|
||||
"_spec": "bootstrap-datepicker",
|
||||
"_where": "D:\\Workspaces\\SSMBootstrap\\WebRoot",
|
||||
"author": {
|
||||
"name": "Andrew Rowls",
|
||||
"email": "eternicode@gmail.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/uxsolutions/bootstrap-datepicker/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"jquery": ">=1.7.1 <4.0.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "A datepicker for Bootstrap",
|
||||
"devDependencies": {
|
||||
"grunt": "^1.0.1",
|
||||
"grunt-banner": "~0.6.0",
|
||||
"grunt-contrib-clean": "^1.0.0",
|
||||
"grunt-contrib-compress": "^1.4.1",
|
||||
"grunt-contrib-concat": "^1.0.1",
|
||||
"grunt-contrib-csslint": "^2.0.0",
|
||||
"grunt-contrib-cssmin": "^1.0.2",
|
||||
"grunt-contrib-jshint": "^1.1.0",
|
||||
"grunt-contrib-less": "^1.4.0",
|
||||
"grunt-contrib-qunit": "^1.2.0",
|
||||
"grunt-contrib-uglify": "^2.0.0",
|
||||
"grunt-jscs": "^3.0.1",
|
||||
"grunt-string-replace": "^1.3.1",
|
||||
"load-grunt-tasks": "^3.5.2",
|
||||
"phantomjs-prebuilt": "~2.1.8",
|
||||
"time-grunt": "^1.4.0"
|
||||
},
|
||||
"files": [
|
||||
"build",
|
||||
"dist",
|
||||
"js/**/*.js",
|
||||
"less/*.less",
|
||||
"LICENSE"
|
||||
],
|
||||
"homepage": "https://github.com/uxsolutions/bootstrap-datepicker",
|
||||
"keywords": [
|
||||
"datepicker",
|
||||
"bootstrap"
|
||||
],
|
||||
"license": "Apache-2.0",
|
||||
"main": "./dist/js/bootstrap-datepicker.js",
|
||||
"name": "bootstrap-datepicker",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/uxsolutions/bootstrap-datepicker.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "grunt test"
|
||||
},
|
||||
"version": "1.8.0"
|
||||
}
|
||||
Reference in New Issue
Block a user