-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 827 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 827 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
29
30
31
{
"name": "duckgen",
"version": "1.1.1",
"description": "The package for dealing with all the ducks created and managed by the Fairfield Programming Association.",
"main": "./src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"patch-release": "npm version patch && npm publish && git push --follow-tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fairfield-programming/ducks.git"
},
"keywords": [
"animal",
"duck",
"ducks",
"svg",
"generator",
"procedural",
"images",
"profile",
"picture"
],
"author": "William McGonagle",
"license": "ISC",
"bugs": {
"url": "https://github.com/fairfield-programming/ducks/issues"
},
"homepage": "https://github.com/fairfield-programming/ducks#readme"
}