gulp dist build
This commit is contained in:
60
dist/assets/vendor/countdown/package.json
vendored
60
dist/assets/vendor/countdown/package.json
vendored
@@ -1,46 +1,16 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"countdown@2.6.0",
|
||||
"/Applications/MAMP/htdocs/front/front-template"
|
||||
]
|
||||
],
|
||||
"_from": "countdown@2.6.0",
|
||||
"_id": "countdown@2.6.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-Z3+446nUzE52QVkBuiU7UYrzQXc=",
|
||||
"_location": "/countdown",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "countdown@2.6.0",
|
||||
"name": "countdown",
|
||||
"escapedName": "countdown",
|
||||
"rawSpec": "2.6.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "2.6.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/countdown/-/countdown-2.6.0.tgz",
|
||||
"_spec": "2.6.0",
|
||||
"_where": "/Applications/MAMP/htdocs/front/front-template",
|
||||
"author": {
|
||||
"name": "Stephen McKamey",
|
||||
"url": "http://mck.me"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/mckamey/countdownjs/issues"
|
||||
},
|
||||
"name": "countdown",
|
||||
"version": "2.6.0",
|
||||
"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",
|
||||
"author": "Stephen McKamey (http://mck.me)",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/mckamey/countdownjs.git"
|
||||
},
|
||||
"files": [ "countdown.js", "README.md", "LICENSE.txt" ],
|
||||
"main": "countdown.js",
|
||||
"keywords": [
|
||||
"countdown",
|
||||
"timer",
|
||||
@@ -55,13 +25,5 @@
|
||||
"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