-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1021 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 1021 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": "logo-providers",
"version": "0.2.0",
"description": "A simple logo provider facade",
"main": "dist/LogoProviders.js",
"types": "dist/LogoProviders.d.ts",
"scripts": {
"test": "mocha -r ts-node/register test/Test.ts",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git://github.com/oAuth-Buttons/logo-providers.git"
},
"bugs": {
"url": "http://github.com/oAuth-Buttons/logo-providers/issues"
},
"author": "RanolP <asdhugh1@gmail.com>",
"contributors": [
"RanolP <asdhugh1@gmail.com>",
"small-sunshines <jioo0224@naver.com> (https://mori.space/)"
],
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
}
],
"dependencies": {
"@types/chai": "^4.1.3",
"@types/mocha": "^5.2.0",
"@types/node": "^10.0.3",
"chai": "^4.1.2",
"csstype": "^2.4.2",
"mocha": "^5.1.1",
"ts-node": "^6.0.2"
},
"devDependencies": {
"tslint": "^5.9.1",
"typescript": "^2.8.3"
}
}