-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
45 lines (45 loc) · 1.07 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
{
"name": "fontfamous",
"description": "The free vector media logo font",
"version": "2.1.1",
"license": "MIT",
"jsdelivr": "./dist/css/font-famous-jsdelivr.min.css",
"scripts": {
"build": "grunt build",
"start": "grunt",
"watch": "grunt watch"
},
"repository": {
"type": "git",
"url": "https://github.com/jsdelivr/FontFamous.git"
},
"bugs": {
"url": "https://github.com/jsdelivr/FontFamous/issues"
},
"homepage": "https://FontFamous.com",
"files": [
"dist"
],
"dependencies": {
"assemble-less": "^0.7.0",
"fontello-cli": "^0.4.0",
"grunt": "^1.0.4",
"grunt-assemble": "^0.6.3",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-connect": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-webfont": "^1.7.2"
},
"devDependencies": {
"@babel/core": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"@types/clipboard": "^2.0.1",
"@types/jquery": "^3.3.29",
"@types/toastr": "^2.1.37",
"grunt-babel": "^8.0.0",
"grunt-svgmin": "^6.0.0"
}
}