Files: 231c7b3f8b03234e310bff3449c48f75911d607b / package.json
457 bytesRaw
1 | { |
2 | "name": "text-node-searcher", |
3 | "version": "1.0.1", |
4 | "description": "search text in a web page", |
5 | "main": "index.js", |
6 | "repository": { |
7 | "type": "git", |
8 | "url": "git://github.com/clehner/text-node-searcher" |
9 | }, |
10 | "keywords": [ |
11 | "text", |
12 | "search", |
13 | "dom" |
14 | ], |
15 | "author": "Charles Lehner <cel@celehner.com> (http://celehner.com/)", |
16 | "license": "Fair", |
17 | "bugs": { |
18 | "url": "https://github.com/clehner/text-node-searcher/issues" |
19 | } |
20 | } |
21 |
Built with git-ssb-web