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
46 lines
924 B
JSON
46 lines
924 B
JSON
{
|
|
"name": "raphael",
|
|
"main": "raphael.min.js",
|
|
"description": "JavaScript Vector Library",
|
|
"dependencies": {
|
|
"eve": "https://github.com/adobe-webplatform/eve.git#eef80ed"
|
|
},
|
|
"devDependencies": {
|
|
"requirejs": "~2.1.17"
|
|
},
|
|
"moduleType": [
|
|
"amd",
|
|
"globals",
|
|
"node"
|
|
],
|
|
"keywords": [
|
|
"svg",
|
|
"vml",
|
|
"javascript"
|
|
],
|
|
"authors": [
|
|
"Dmitry Baranovskiy"
|
|
],
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"**/.*",
|
|
"*.html",
|
|
"*.json",
|
|
"*.markdown",
|
|
"*.md",
|
|
"copy.js",
|
|
"Gruntfile.js",
|
|
"reference.js"
|
|
],
|
|
"homepage": "https://github.com/DmitryBaranovskiy/raphael",
|
|
"version": "2.2.1",
|
|
"_release": "2.2.1",
|
|
"_resolution": {
|
|
"type": "version",
|
|
"tag": "v2.2.1",
|
|
"commit": "5fec7097de6badae2d2f808ae5db71e971adf718"
|
|
},
|
|
"_source": "https://github.com/DmitryBaranovskiy/raphael.git",
|
|
"_target": ">= 2.0",
|
|
"_originalSource": "raphael"
|
|
} |