forked from birdkiwi/mod_simplecallback
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 777 Bytes
/
Copy pathpackage.json
File metadata and controls
25 lines (25 loc) · 777 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
{
"name": "mod_simplecallback",
"version": "1.6.0",
"description": "Простой модуль обратного звонка или для обратной связи. Совместим с Joomla 3.0 и выше.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/birdkiwi/mod_simplecallback.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/birdkiwi/mod_simplecallback/issues"
},
"homepage": "https://github.com/birdkiwi/mod_simplecallback",
"dependencies": {
"grunt": "^0.4.5",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-compress": "^0.13.0",
"grunt-contrib-clean": "^0.6.0"
}
}