-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 725 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 725 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
{
"name": "awesome-qr-code",
"description": "A curated list of awesome QR code libraries, software and resources.",
"version": "1.0.0",
"author": "make-github-pseudonymous-again",
"bugs": {
"url": "https://github.com/make-github-pseudonymous-again/awesome-qr-code/issues"
},
"devDependencies": {
"awesome-lint": "^0.17.1"
},
"homepage": "https://github.com/make-github-pseudonymous-again/awesome-qr-code#readme",
"license": "CC-BY-SA-4.0",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/make-github-pseudonymous-again/awesome-qr-code.git"
},
"scripts": {
"lint": "awesome-lint",
"test": "npm run lint",
"travis": "npm run lint"
}
}