Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
domutil / package.json
Size: Mime:
{
  "name": "domutil",
  "main": "index.js",
  "version": "1.0.7",
  "description": "DOM utility functions",
  "scripts": {
    "watch-demo-js": "watchify test/main.js -o test/bundle.js"
  },
  "keywords": [
    "dom",
    "utility"
  ],
  "author": {
    "name": "Jason Frame",
    "email": "jason@onehackoranother.com",
    "url": "jasonframe.co.uk"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/jaz303/domutil.git"
  },
  "devDependencies": {
    "uglify-js": "~2.4.14",
    "tape": "~2.13.3"
  },
  "dependencies": {
    "dom-bind": "^1.0.0",
    "dom-matchesselector": "^1.0.0"
  },
  "gitHead": "5283e1e450200d0810644ceed477ec66916304fd",
  "bugs": {
    "url": "https://github.com/jaz303/domutil/issues"
  },
  "homepage": "https://github.com/jaz303/domutil",
  "_id": "domutil@1.0.7",
  "_shasum": "2941ae55bad867950dbb5082128220f149f7c8a1",
  "_from": "domutil@*",
  "_npmVersion": "2.0.0-beta.2",
  "_npmUser": {
    "name": "jaz303",
    "email": "jason@onehackoranother.com"
  },
  "maintainers": [
    {
      "name": "jaz303",
      "email": "jason@onehackoranother.com"
    }
  ],
  "dist": {
    "shasum": "2941ae55bad867950dbb5082128220f149f7c8a1",
    "tarball": "https://registry.npmjs.org/domutil/-/domutil-1.0.7.tgz"
  },
  "directories": {},
  "_resolved": "https://registry.npmjs.org/domutil/-/domutil-1.0.7.tgz"
}