-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (30 loc) · 853 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
31
32
33
34
35
{
"name": "@viral32111/facepunch-commits",
"description": "An interface for the Facepunch Commits website.",
"author": {
"name": "viral32111",
"url": "https://github.com/viral32111"
},
"version": "1.1.0",
"main": "source/main.js",
"files": [
"source/**.js"
],
"scripts": {
"test": "node tests/fetch.js",
"example": "node tests/example.js"
},
"homepage": "https://github.com/viral32111/facepunch-commits",
"keywords": [ "interface", "api", "wrapper", "promises", "data", "library", "asynchronous", "facepunch", "commits", "nodejs", "npm", "package" ],
"repository": {
"type": "git",
"url": "https://github.com/viral32111/facepunch-commits.git"
},
"bugs": {
"url": "https://github.com/viral32111/facepunch-commits/issues"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"license": "AGPL-3.0"
}