Skip to content
Snippets Groups Projects
Commit b4006bc6 authored by Commander-lol's avatar Commander-lol
Browse files

Added bower.json

parent 65772d2b
No related branches found
No related tags found
No related merge requests found
{
"name": "tinyDOM",
"version": "1.0.0",
"homepage": "https://github.com/Commander-lol/tinyDOM",
"moduleType": [
"globals"
],
"authors": [
"Louis Capitanchik <contact@louiscap.co>"
],
"description": "A simple DOM batch manipulation library",
"main": "js/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"
]
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment