forked from spinnaker/spinnaker.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (53 loc) · 1.14 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
{
"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": "[email protected]"
},
{ "name": "Brian Le" },
{
"name" : "Nikema Prophet",
"email" : "[email protected]",
"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": "^7.0.32",
"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"
]
}