Files: 78fbff05cb494a9c2176bac707a6b51a7e814191 / package.json
457 bytesRaw
1 | { |
2 | "name": "text-node-searcher", |
3 | "version": "1.0.0", |
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