Skip to content
Snippets Groups Projects
This project manages its dependencies using npm. Learn more
package.json 668 B
{
  "name": "tinydom",
  "version": "1.1.0",
  "description": "A simple DOM batch manipulation library",
  "main": "dist/tinydom.js",
  "directories": {
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Commander-lol/tinyDOM.git"
  },
  "keywords": [
    "DOM",
    "Batch",
    "Manipulation"
  ],
  "author": "Louis Capitanchik",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/Commander-lol/tinyDOM/issues"
  },
  "homepage": "https://github.com/Commander-lol/tinyDOM#readme",
  "devDependencies": {
    "grunt": "^0.4.5",
    "grunt-contrib-concat": "^0.5.1",
    "grunt-contrib-uglify": "^0.9.1"
  }
}