Skip to content
Snippets Groups Projects
bower.json 582 B
{
  "name": "tinyDOM",
  "version": "1.1.0",
  "homepage": "https://github.com/Commander-lol/tinyDOM",
  "moduleType": [
    "globals"
  ],
  "authors": [
    "Louis Capitanchik <contact@louiscap.co>"
  ],
  "description": "A simple DOM batch manipulation library",
  "main": "dist/tinyDOM.min.js",
  "keywords": [
    "DOM",
    "Batch",
    "Manipulation"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/Commander-lol/tinyDOM.git"
  },
  "license": "ISC",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ]
}