-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
43 lines (43 loc) · 945 Bytes
/
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
{
"name": "XE-Notification-Lite",
"version": "3.0.9",
"author": "XE Public",
"contributors": [
{
"name": "qw5414",
"email": "[email protected]",
"url": "http://sosifam.com/"
},
{
"name": "BNU",
"email": "[email protected]"
},
{
"name": "kantsoft",
"email": "[email protected]",
"url": "http://github.com/kantsoft"
},
{
"name": "misol",
"email": "[email protected]",
"url": "http://github.com/misol"
}
],
"keywords": ["Notification", "XpressEngine", "XE"],
"license": "GNU GPL v2",
"repository": {
"type": "git",
"url": "git://github.com/xe-public/xe-module-ncenterlite.git"
},
"bugs": {
"url": "https://github.com/xe-public/xe-module-ncenterlite/issues"
},
"devDependencies": {
"grunt": ">0.4.0",
"grunt-phplint": "0.0.5"
},
"main": "Gruntfile.js",
"scripts": {
"test": "grunt"
}
}