-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
72 lines (72 loc) · 1.57 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "awesome-imba",
"version": "1.0.0",
"description": "A curated list of awesome Imba frameworks, libraries, software and resources",
"scripts": {
"test": "awesome-lint",
"logo": "svgo logo/imba-awesome-logo.svg -o logo/imba-awesome-logo.min.svg"
},
"husky": {
"hooks": {
"pre-push": "npm test"
}
},
"devDependencies": {
"awesome-lint": "*",
"husky": "^3.0.5",
"svgo": "^1.3.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/koolamusic/awesome-imba.git"
},
"keywords": [
"imba",
"awesome",
"awesome-list",
"javascript",
"awesome-imba",
"awesomeness"
],
"author": {
"name": "Andrew Miracle",
"url": "http://bit.ly/2EnR6Gf"
},
"contributors": [
{
"name": "Yury Shapkarin",
"email": "[email protected]",
"url": "https://shapkarin.me"
},
{
"name": "David Konsumer",
"email": "[email protected]",
"url": "https://keybase.io/konsumer"
},
{
"name": "At Indo",
"email": "[email protected]"
},
{
"name": "Sindre Aarsaether",
"email": "[email protected]",
"url": "http://imba.io"
},
{
"name": "Nathaniel Johnson",
"email": "[email protected]",
"url": "https://b1001.herokuapp.com"
},
{
"name": "activestylus"
},
{
"name": "SamirH"
}
],
"license": "CC0-1.0",
"bugs": {
"url": "https://github.com/koolamusic/awesome-imba/issues"
},
"homepage": "https://github.com/koolamusic/awesome-imba#readme"
}