-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1008 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 1008 Bytes
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
{
"name": "comingsoon",
"version": "1.0.1",
"description": "ComingSoon page site ART-GARAGE",
"main": "package.json",
"scripts": {
"test": "npm i --legacy-peer-deps --no-package-lock && bower install",
"build": "grunt -v"
},
"repository": {
"type": "git",
"url": "git+https://github.com/STUDIONIONS/comingsoon.git"
},
"author": "ProjectSoft <projectsoft2009@yandex.ru>",
"license": "ISC",
"bugs": {
"url": "https://github.com/STUDIONIONS/comingsoon/issues"
},
"homepage": "https://github.com/STUDIONIONS/comingsoon#readme",
"devDependencies": {
"grunt": "^1.0.1",
"grunt-autoprefixer": "^3.0.4",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-imagemin": "^2.0.1",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-less": "^1.3.0",
"grunt-contrib-pug": "^1.0.0",
"grunt-contrib-requirejs": "^1.0.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-cssmin": "latest",
"load-grunt-tasks": "^3.5.0",
"time-grunt": "^1.4.0"
}
}