GULP DIST
This commit is contained in:
59
dist/assets/vendor/countdown/package.json
vendored
59
dist/assets/vendor/countdown/package.json
vendored
@@ -1,16 +1,43 @@
|
||||
{
|
||||
"name": "countdown",
|
||||
"version": "2.6.0",
|
||||
"description": "A simple JavaScript API for producing an accurate, intuitive description of the timespan between two Date instances.",
|
||||
"homepage": "http://countdownjs.org",
|
||||
"author": "Stephen McKamey (http://mck.me)",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/mckamey/countdownjs.git"
|
||||
"_from": "countdown@^2.6.0",
|
||||
"_id": "countdown@2.6.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-Z3+446nUzE52QVkBuiU7UYrzQXc=",
|
||||
"_location": "/countdown",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "countdown@^2.6.0",
|
||||
"name": "countdown",
|
||||
"escapedName": "countdown",
|
||||
"rawSpec": "^2.6.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^2.6.0"
|
||||
},
|
||||
"files": [ "countdown.js", "README.md", "LICENSE.txt" ],
|
||||
"main": "countdown.js",
|
||||
"_requiredBy": [
|
||||
"/"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/countdown/-/countdown-2.6.0.tgz",
|
||||
"_shasum": "677fb8e3a9d4cc4e76415901ba253b518af34177",
|
||||
"_spec": "countdown@^2.6.0",
|
||||
"_where": "/mnt/d/WWW/magico.front",
|
||||
"author": {
|
||||
"name": "Stephen McKamey",
|
||||
"url": "http://mck.me"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/mckamey/countdownjs/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"deprecated": false,
|
||||
"description": "A simple JavaScript API for producing an accurate, intuitive description of the timespan between two Date instances.",
|
||||
"files": [
|
||||
"countdown.js",
|
||||
"README.md",
|
||||
"LICENSE.txt"
|
||||
],
|
||||
"homepage": "http://countdownjs.org",
|
||||
"keywords": [
|
||||
"countdown",
|
||||
"timer",
|
||||
@@ -25,5 +52,13 @@
|
||||
"hour",
|
||||
"minute",
|
||||
"second"
|
||||
]
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "countdown.js",
|
||||
"name": "countdown",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/mckamey/countdownjs.git"
|
||||
},
|
||||
"version": "2.6.0"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user