UNPKG

589 BJSONView Raw
1{
2 "name": "CSSselect",
3 "version": "0.7.0",
4 "description": "a CSS selector compiler/engine",
5 "author": "Felix Boehm <me@feedic.com>",
6 "keywords": [
7 "css",
8 "selector"
9 ],
10 "repository": {
11 "type": "git",
12 "url": "git://github.com/fb55/CSSselect.git"
13 },
14 "dependencies": {
15 "CSSwhat": "0.4",
16 "domutils": "1.4",
17 "boolbase": "~1.0.0",
18 "nth-check": "~1.0.0"
19 },
20 "devDependencies": {
21 "htmlparser2": "*",
22 "cheerio-soupselect": "*",
23 "mocha": "*",
24 "expect.js": "*"
25 },
26 "scripts": {
27 "test": "mocha"
28 },
29 "license": "BSD-like"
30}