-
Notifications
You must be signed in to change notification settings - Fork 30
/
package.json
90 lines (90 loc) · 2.09 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "bf-solid",
"version": "2.11.2",
"description": "Solid CSS Styling",
"scripts": {
"prepublish": "grunt dist"
},
"repository": {
"type": "git",
"url": "https://github.com/buzzfeed/solid.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/buzzfeed/solid/issues"
},
"homepage": "https://github.com/buzzfeed/solid",
"contributors": [
{
"name": "Emily Brick",
"email": "brick.emily@gmail.com",
"url": "https://github.com/emilybrick",
"contributions": 46,
"additions": "na",
"deletions": "na",
"hireable": false
},
{
"name": "Allison Chefec",
"email": null,
"url": "https://github.com/allisonchefec",
"contributions": 29,
"additions": "na",
"deletions": "na"
},
{
"name": "Cap Watkins",
"email": "cwatkins@gmail.com",
"url": "https://github.com/capwatkins",
"contributions": 18,
"additions": "na",
"deletions": "na",
"hireable": false
},
{
"name": "John Niedermeyer",
"email": "john@nieder.me",
"url": "https://github.com/niederme",
"contributions": 7,
"additions": "na",
"deletions": "na",
"hireable": false
},
{
"name": "Finn Smith",
"email": "finn@timeghost.net",
"url": "https://github.com/finn",
"contributions": 3,
"additions": "na",
"deletions": "na",
"hireable": true
},
{
"name": "Sam Thurman",
"email": null,
"url": "https://github.com/samthurman",
"contributions": 2,
"additions": "na",
"deletions": "na"
},
{
"name": "Elaine Dunlap",
"email": null,
"url": "https://github.com/medun",
"contributions": 1,
"additions": "na",
"deletions": "na",
"hireable": false
}
],
"devDependencies": {
"es6-promise": "^3.0.2",
"grunt": "^1.0.1",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-compress": "~1.4.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-cssnano": "^2.0.1",
"grunt-sass": "^2.0.0"
}
}