-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
39 lines (39 loc) · 962 Bytes
/
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
{
"name": "alpha",
"capitalname": "Alpha",
"textdomain": "alpha",
"version": "0.1.0",
"copyright": "2020",
"license": "GPL-2.0+",
"private": true,
"bugs": {
"url": "https://github.com/cipherdevgroup/alpha/issues"
},
"contributors": [
{
"name": "Robert Neu",
"url": "https://cipherdevelopment.com"
}
],
"repository": {
"type": "git",
"url": "https://github.com/cipherdevgroup/alpha.git"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.2.0",
"accessible-menu": "GaryJones/accessible-menu#master",
"carelib": "cipherdevgroup/carelib#master",
"normalize.css": "^8.0.0",
"sass-mediaqueries": "^1.6.1",
"skip-link-focus": "^1.0.0",
"susy": "^2.2.12",
"vanilla-fitvids": "^1.1.0"
},
"devDependencies": {
"cipher-theme-config": "cipherdevgroup/cipher-theme-config#master",
"load-project-config": "~0.2.0"
},
"browserslist": [
"last 2 version"
]
}