-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.86 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
59
60
61
62
{
"name": "fontmassivepackinstaller",
"version": "3.7.0",
"description": "FontMassive Pack - Набор программ для работы со шрифтами. Официальная страница FontMassive Pack - https://fontmassive.com/",
"main": "package.json",
"directories": {
"doc": "docs"
},
"scripts": {
"preinstall": "npm i -g less pug-cli bower && bower install",
"inst": "npm install --legacy-peer-deps",
"build": "grunt -v",
"page": "grunt --gruntfile page.js -v"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ProjectSoft-STUDIONIONS/FontMassivePackInstaller.git"
},
"keywords": [
"FontMassive",
"FonTemp",
"FontDetect",
"Circular",
"LinearText",
"FontQuickView"
],
"author": "ProjectSoft <projectsoft2009@yandex.ru>",
"license": "ISC",
"bugs": {
"url": "https://github.com/ProjectSoft-STUDIONIONS/FontMassivePackInstaller/issues"
},
"homepage": "https://github.com/ProjectSoft-STUDIONIONS/FontMassivePackInstaller#readme",
"devDependencies": {
"grunt": "latest",
"grunt-autoprefixer": "latest",
"grunt-bower-server": "latest",
"grunt-concurrent": "latest",
"grunt-contrib-clean": "latest",
"grunt-contrib-concat": "latest",
"grunt-contrib-copy": "latest",
"grunt-contrib-cssmin": "latest",
"grunt-contrib-imagemin": "latest",
"grunt-contrib-less": "latest",
"grunt-contrib-pug": "latest",
"grunt-contrib-uglify-es": "github:gruntjs/grunt-contrib-uglify#harmony",
"grunt-contrib-watch": "latest",
"grunt-replace": "latest",
"grunt-tinyimg": "latest",
"innosetup-compiler": "latest",
"load-grunt-tasks": "latest",
"time-grunt": "latest"
},
"dependencies": {
"ansi-colors": "latest",
"cli-progress": "latest",
"dotenv": "latest",
"node-downloader-helper": "latest",
"supports-color": "8.1.1",
"uglify-es": "github:mishoo/UglifyJS2#harmony",
"zip-lib": "latest"
}
}