-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
43 lines (43 loc) · 995 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": "corner-popup",
"version": "1.3.1",
"description": "jQuery corner popup component",
"main": "src/js/corner-popup.js",
"scripts": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lukasz-brzostek/corner-popup.git"
},
"keywords": [
"corner",
"popup",
"popup",
"box",
"popup",
"pop-up",
"cookies",
"message"
],
"author": "Łukasz Brzostek",
"license": "ISC",
"bugs": {
"url": "https://github.com/lukasz-brzostek/corner-popup/issues"
},
"homepage": "https://github.com/lukasz-brzostek/corner-popup#readme",
"devDependencies": {
"cssc": "0.0.1",
"cssmin": "^0.4.3",
"grunt": "^1.0.3",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^3.0.0",
"matchdep": "^2.0.0",
"sync": "^0.2.5",
"uglify": "^0.1.5",
"watch": "^1.0.2",
"grunt-contrib": "^0.11.0",
"grunt-contrib-uglify": "^4.0.0",
"grunt-contrib-watch": "^1.1.0"
}
}