-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 644 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 644 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "keyman.com",
"version": "1.0.0",
"description": "Source for https://keyman.com/",
"keywords": ["keyboards", "keyboard layouts", "keyman"],
"contributors": ["Marc Durdin <marc@durdin.net> (https://github.com/mcdurdin)"],
"scripts": {
"test": "composer test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/keymanapp/keyman.com.git"
},
"author": "SIL Global",
"license": "MIT",
"bugs": {
"url": "https://github.com/keymanapp/keyman.com/issues"
},
"homepage": "https://github.com/keymanapp/keyman.com#readme",
"devDependencies": {
"broken-link-checker": "^0.7.8"
}
}