-
Notifications
You must be signed in to change notification settings - Fork 88
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 796 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 796 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": "lobibox",
"version": "1.2.7",
"description": "jQuery Responsive notification plugin",
"repository": {
"type": "git",
"url": "https://github.com/arboshiki/lobibox"
},
"keywords": [
"jQuery",
"plugin",
"notification",
"responsive",
"messagebox",
"css3",
"animation",
"window",
"ajax loading"
],
"author": {
"name": "Zura Sekhniashvili",
"email": "zurasekhniashvili@gmail.com",
"url": "https://github.com/arboshiki"
},
"license": "MIT",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-cssmin": "^0.12.2",
"grunt-contrib-less": "^1.0.0",
"grunt-contrib-uglify": "^0.8.0",
"grunt-contrib-watch": "^0.6.1"
}
}