-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
48 lines (48 loc) · 1.17 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-terminal-assets",
"version": "1.3.1",
"description": "Terminal Module Assets",
"main": "Gruntfile.js",
"scripts": {
"postinstall": "grunt"
},
"keywords": [
"yii2-terminal",
"assets"
],
"dependencies": {},
"devDependencies": {
"cross-env": "^7.0.2",
"gulp": "^4.0.2",
"sass": "^1.63.4",
"grunt-autoprefixer": "^3.0.4",
"grunt-cli": "^1.3.2",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-css": "^0.5.4"
},
"repository": {
"type": "git",
"url": "git+ssh://github.com:wdmg/yii2-terminal.git"
},
"bugs": {
"url": "https://github.com/wdmg/yii2-terminal/issues",
"email": "[email protected]"
},
"homepage": "https://github.com/wdmg/yii2-terminal#readme",
"author": "Alexsander Vyshnyvetskyy <[email protected]>",
"contributors": [
{
"name": "Alexsander Vyshnyvetskyy",
"email": "[email protected]",
"url": "http://vyshnyvetskyy.com/"
},
{
"name": "W.D.M.Group, Ukraine",
"email": "[email protected]",
"url": "https://wdmg.com.ua/"
}
],
"license": "MIT"
}