Back | Home
الـ Path الحالي: /home/picotech/domains/instantly.picotech.app/public_html/public/plugins/raphael
الملفات الموجودة في هذا الـ Path:
.
..
.eslintrc.js
Gruntfile.js
bower.json
dev
license.txt
raphael.js
raphael.min.js
raphael.no-deps.js
raphael.no-deps.min.js
webpack.config.js

مشاهدة ملف: bower.json

{
  "name": "raphael",
  "main": "raphael.js",
  "description": "JavaScript Vector Library",
  "dependencies": {
    "eve-raphael": "0.5.0"
  },
  "devDependencies": {
    "requirejs": "2.3.2"
  },
  "moduleType": [
    "amd",
    "globals"
  ],
  "keywords": ["svg", "vml", "javascript"],
  "authors": [
    "Dmitry Baranovskiy"
  ],
  "license": "MIT",
  "ignore": [
    "**/.*",
    "*.html",
    "*.json",
    "*.markdown",
    "*.md",
    "copy.js",
    "Gruntfile.js",
    "reference.js"
  ]
}