Katochimoto/xblocks

View on GitHub
bower.json

Summary

Maintainability
Test Coverage
{
  "name": "xblocks",
  "version": "3.0.0",
  "main": [
    "dist/xblocks.js",
    "dist/xblocks.css"
  ],
  "dependencies": {
    "xblocks-core": "3.0.0",
    "react": "15.2.1",
    "es5-shim": "4.5.8",
    "tether": "1.3.2"
  },
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "src",
    "package.json",
    "Makefile",
    "karma.conf.js"
  ],
  "homepage": "http://xblocks.info",
  "authors": [
    "Rikishi <rikishi@protonmail.ch>"
  ],
  "description": "HTML custom elements",
  "moduleType": [
    "globals"
  ],
  "keywords": [
    "x-tag",
    "x-tags",
    "react",
    "html5",
    "xblocks"
  ],
  "license": "MIT"
}