gulp dist build
This commit is contained in:
65
dist/assets/vendor/aos/package.json
vendored
65
dist/assets/vendor/aos/package.json
vendored
@@ -1,45 +1,18 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"aos@2.3.4",
|
||||
"/Applications/MAMP/htdocs/front/front-template"
|
||||
]
|
||||
],
|
||||
"_from": "aos@2.3.4",
|
||||
"_id": "aos@2.3.4",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-zh/ahtR2yME4I51z8IttIt4lC1Nw0ktsFtmeDzID1m9naJnWXhCoARaCgNOGXb5CLy3zm+wqmRAEgMYB5E2HUw==",
|
||||
"_location": "/aos",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "aos@2.3.4",
|
||||
"name": "aos",
|
||||
"escapedName": "aos",
|
||||
"rawSpec": "2.3.4",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "2.3.4"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/aos/-/aos-2.3.4.tgz",
|
||||
"_spec": "2.3.4",
|
||||
"_where": "/Applications/MAMP/htdocs/front/front-template",
|
||||
"author": {
|
||||
"name": "Michał Sajnóg",
|
||||
"email": "michal.sajnog@hotmail.com"
|
||||
"name": "aos",
|
||||
"version": "2.3.4",
|
||||
"description": "Animate on scroll library",
|
||||
"homepage": "https://michalsnik.github.io/aos/",
|
||||
"author": "Michał Sajnóg <michal.sajnog@hotmail.com>",
|
||||
"license": "MIT",
|
||||
"main": "dist/aos.js",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/michalsnik/aos.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/michalsnik/aos/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"classlist-polyfill": "^1.0.3",
|
||||
"lodash.debounce": "^4.0.6",
|
||||
"lodash.throttle": "^4.0.1"
|
||||
},
|
||||
"description": "Animate on scroll library",
|
||||
"devDependencies": {
|
||||
"autoprefixer": "^7.1.2",
|
||||
"babel-core": "^6.9.1",
|
||||
@@ -66,18 +39,14 @@
|
||||
"webpack": "^1.13.1",
|
||||
"webpack-dev-server": "^1.14.1"
|
||||
},
|
||||
"homepage": "https://michalsnik.github.io/aos/",
|
||||
"license": "MIT",
|
||||
"main": "dist/aos.js",
|
||||
"name": "aos",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/michalsnik/aos.git"
|
||||
"dependencies": {
|
||||
"classlist-polyfill": "^1.0.3",
|
||||
"lodash.debounce": "^4.0.6",
|
||||
"lodash.throttle": "^4.0.1"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "node ./node_modules/karma/bin/karma start karma.conf.js",
|
||||
"build": "webpack",
|
||||
"dev": "node ./node_modules/webpack-dev-server/bin/webpack-dev-server.js",
|
||||
"test": "node ./node_modules/karma/bin/karma start karma.conf.js"
|
||||
},
|
||||
"version": "2.3.4"
|
||||
"dev": "node ./node_modules/webpack-dev-server/bin/webpack-dev-server.js"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user