aboutsummaryrefslogtreecommitdiff
path: root/node_modules/domutils/package.json
blob: cfc3a90db33b027f6593b52dc0b7cda064ec5bcf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
  "name": "domutils",
  "version": "1.1.6",
  "description": "utilities for working with htmlparser2's dom",
  "main": "index.js",
  "directories": {
    "test": "tests"
  },
  "scripts": {
    "test": "node tests/00-runtests.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/FB55/domutils.git"
  },
  "keywords": [
    "dom",
    "htmlparser2"
  ],
  "dependencies": {
    "domelementtype": "1"
  },
  "devDependencies": {
    "htmlparser2": "2.3",
    "domhandler": "2"
  },
  "author": "Felix Boehm <me@feedic.com>"
}