removed timeline css and merged it with the theme css and added gulp support for a browser sync task as well for easier development removed composer package until the repo issue is resolved - added minified versions into the bower.json for when the repo issue is resolved
25 lines
528 B
JSON
25 lines
528 B
JSON
{
|
|
"name": "jquery",
|
|
"main": "dist/jquery.js",
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"package.json"
|
|
],
|
|
"keywords": [
|
|
"jquery",
|
|
"javascript",
|
|
"browser",
|
|
"library"
|
|
],
|
|
"homepage": "https://github.com/jquery/jquery-dist",
|
|
"version": "3.1.0",
|
|
"_release": "3.1.0",
|
|
"_resolution": {
|
|
"type": "version",
|
|
"tag": "3.1.0",
|
|
"commit": "6f02bc382c0529d3b4f68f6b2ad21876642dbbfe"
|
|
},
|
|
"_source": "https://github.com/jquery/jquery-dist.git",
|
|
"_target": ">= 2.1.0",
|
|
"_originalSource": "jquery"
|
|
} |