Files: 4bf486abd8728a501408a60a50a61755cfa49ae3 / package.json
519 bytesRaw
1 | { |
2 | "name": "text-searcher", |
3 | "version": "0.0.0", |
4 | "description": "search text in a web page", |
5 | "main": "index.js", |
6 | "scripts": { |
7 | "test": "echo \"Error: no test specified\" && exit 1" |
8 | }, |
9 | "repository": { |
10 | "type": "git", |
11 | "url": "git://github.com/clehner/text-searcher" |
12 | }, |
13 | "keywords": [ |
14 | "text", |
15 | "search", |
16 | "dom" |
17 | ], |
18 | "author": "Charles Lehner <cel@celehner.com> (http://celehner.com/)", |
19 | "license": "ISC", |
20 | "bugs": { |
21 | "url": "https://github.com/clehner/text-searcher/issues" |
22 | } |
23 | } |
24 |
Built with git-ssb-web