UNPKG

420 BJSONView Raw
1{
2 "name": "cssax",
3 "version": "0.0.1",
4 "description": "CSS querying of HTML streams.",
5 "main": "cssax.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/tcr/cssax.git"
12 },
13 "keywords": [
14 "css",
15 "sax"
16 ],
17 "author": "Tim Cameron Ryan",
18 "license": "MIT",
19 "dependencies": {
20 "ent": "0.0.4"
21 }
22}