-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.56 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.56 KB
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
{
"name": "projectsoft_ru",
"version": "1.0.0",
"description": "Сайт projectsoft.ru",
"main": "Gruntfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"default": "grunt -v",
"build": "grunt --type=build",
"css": "grunt --type=css",
"html": "grunt --type=html",
"js": "grunt --type=js",
"image": "grunt --type=image",
"fonts": "grunt --type=fonts",
"watch": "grunt --type=watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/STUDIONIONS/ps.git"
},
"author": "ProjectSoft <projectsoft2009@yandex.ru>",
"license": "MIT",
"bugs": {
"url": "https://github.com/STUDIONIONS/ps/issues"
},
"homepage": "https://github.com/STUDIONIONS/ps#readme",
"devDependencies": {
"grunt": "^1.0.4",
"grunt-autoprefixer": "^3.0.4",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-imagemin": "^3.1.0",
"grunt-contrib-less": "^2.0.0",
"grunt-contrib-pug": "^2.0.0",
"grunt-contrib-uglify-es": "^3.3.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-group-css-media-queries": "^1.0.1",
"grunt-replace": "^1.0.1",
"grunt-tinyimg": "^1.0.0",
"grunt-ttf2eot": "^1.0.0",
"grunt-ttf2woff": "^1.0.1",
"grunt-ttf2woff2": "^1.0.1",
"grunt-webfont": "^1.7.2",
"less-plugin-npm-import": "^2.1.0",
"load-grunt-tasks": "^5.1.0",
"md5": "^2.2.1",
"time-grunt": "^2.0.0"
},
"dependencies": {
"grunt-clear": "^0.2.1"
}
}