-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 851 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 851 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "webfont-matcher",
"version": "1.1.0",
"title": "Webfont matcher",
"main": "lib/main",
"description": "Tries to match your font to various webfont services and provide you with a link to use it",
"homepage": "https://github.com/csshat/webfont-matcher",
"repository": {
"type": "git",
"url": "https://github.com/csshat/webfont-matcher"
},
"bugs": {
"url": "https://github.com/csshat/webfont-matcher/issues"
},
"author": "Marek Hrabe <marekhrabe@abdoc.net> (https://github.com/marekhrabe)",
"contributors": [
"Tomas Hanacek <tomashanacek@avocode.com> (https://github.com/tomashanacek)"
],
"license": "MIT",
"scripts": {
"test": "jasmine-node spec --coffee",
"prepublish": "coffee -o lib/ src/"
},
"devDependencies": {
"coffee-script": "^1.9.1",
"jasmine-node": "^1.14.5"
}
}