-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 844 Bytes
/
package.json
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
{
"name": "common-helpers",
"version": "1.0.6",
"description": "A collection of helper functions that can be used in any javascript project.",
"keywords": ["helpers", "library", "ape apps", "module"],
"homepage": "https://www.ape-apps.com",
"bugs": {
"email": "[email protected]"
},
"author": {
"name": "Ape Apps",
"email": "[email protected]",
"url": "https://www.ape-apps.com"
},
"funding": {
"type": "patreon",
"url": "https://www.patreon.com/apeapps"
},
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/bastecklein/common-helpers"
},
"main": "common-helpers.js",
"config": {},
"dependencies": {},
"devDependencies": {},
"private": false,
"type": "module"
}