forked from airmrcr/yourls-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
42 lines (42 loc) · 763 Bytes
/
Copy pathbower.json
File metadata and controls
42 lines (42 loc) · 763 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
32
33
34
35
36
37
38
39
40
41
42
{
"name": "yourls-api",
"version": "2.1.0",
"description": "Bindings for the YOURLS API",
"homepage": "https://github.com/neocotic/yourls-api",
"authors": [
{
"name": "Alasdair Mercer",
"email": "mercer.alasdair@gmail.com",
"homepage": "https://neocotic.com"
}
],
"license": "MIT",
"keywords": [
"yourls",
"url",
"shortener",
"api",
"json",
"jsonp"
],
"repository": {
"type": "git",
"url": "https://github.com/neocotic/yourls-api.git"
},
"main": "dist/yourls.js",
"moduleType": [
"amd",
"globals",
"node"
],
"ignore": [
".*",
"src/",
"AUTHORS.md",
"CHANGES.md",
"CONTRIBUTING.md",
"Gruntfile.js",
"package.json",
"README.md"
]
}