-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
48 lines (48 loc) · 1.18 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
{
"name": "yii2-comments-assets",
"version": "2.0.0",
"description": "Comments Module Assets",
"main": "Gruntfile.js",
"scripts": {
"postinstall": "grunt"
},
"keywords": [
"yii2-comments",
"assets"
],
"dependencies": {
},
"devDependencies": {
"grunt": "latest",
"grunt-autoprefixer": "^3.0.4",
"grunt-cli": "^1.3.2",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-uglify-es": "^3.3.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-css": "^0.5.4"
},
"repository": {
"type": "git",
"url": "git+ssh://github.com:wdmg/yii2-comments.git"
},
"bugs": {
"url": "https://github.com/wdmg/yii2-comments/issues",
"email": "webmaster@wdmg.com.ua"
},
"homepage": "https://github.com/wdmg/yii2-comments#readme",
"author": "Alexsander Vyshnyvetskyy <alex.vyshnyvetskyy@gmail.com>",
"contributors": [
{
"name": "Alexsander Vyshnyvetskyy",
"email": "alex.vyshnyvetskyy@gmail.com",
"url": "http://vyshnyvetskyy.com/"
},
{
"name": "W.D.M.Group, Ukraine",
"email": "wdmg.com.ua@gmail.com",
"url": "https://wdmg.com.ua/"
}
],
"license": "MIT"
}