-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
33 lines (33 loc) · 853 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
{
"name": "routed-gothic",
"version": "1.0.0",
"description": "Routed Gothic font",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/dse/routed-gothic.git"
},
"author": "Darren Embry",
"license": "OFL-1.1",
"bugs": {
"url": "https://github.com/dse/routed-gothic/issues"
},
"homepage": "https://github.com/dse/routed-gothic#readme",
"devDependencies": {
"autoprefixer": "^9.4.3",
"browser-sync": "^2.26.3",
"foundation-sites": "^6.5.1",
"gulp": "^4.0.0",
"gulp-load-plugins": "^1.5.0",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"gulp-util": "^3.0.8",
"jquery": "^3.3.1",
"motion-ui": "^2.0.3",
"what-input": "^5.1.3"
}
}