-
Notifications
You must be signed in to change notification settings - Fork 138
/
package.json
58 lines (58 loc) · 1.16 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
{
"name": "spinnaker.io",
"version": "1.0.0",
"description": "Documentation site for spinnaker",
"main": "index.html",
"scripts": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/spinnaker/spinnaker.io.git"
},
"keywords": [
"spinnaker",
"documentation"
],
"contributors": [
{
"name": "Rosalind Benoit"
},
{
"name": "Lou Groshek",
"email": "lou@lougroshek.com"
},
{
"name": "Brian Le"
},
{
"name": "Nikema Prophet",
"email": "3941856+prophen@users.noreply.github.com",
"url": "https://nikemaprophet.com"
},
{
"name": "Aimee Ukasick"
}
],
"license": "ISC",
"bugs": {
"url": "https://github.com/spinnaker/spinnaker.io/issues"
},
"homepage": "https://github.com/spinnaker/spinnaker.io#readme",
"devDependencies": {
"autoprefixer": "^9.8.6",
"postcss": "^8.4.31",
"postcss-cli": "^7.1.1",
"prettier": "^2.3.0"
},
"browserslist": [
"Android 2.3",
"Android >= 4",
"Chrome >= 20",
"Firefox >= 24",
"Explorer >= 8",
"iOS >= 6",
"Opera >= 12",
"Safari >= 6"
]
}