-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (35 loc) · 943 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
{
"name": "lpsShowLayer",
"title": "lpsShowLayer",
"description": "lpsShowLayer",
"version": "1.0.0",
"homepage": "https://github.com/liupishui/lpsShowLayer",
"author": {
"name": "jingshuiyuan",
"url": "http://www.lpsjj.cn/blog/"
},
"repository": {
"type": "git",
"url": "https://github.com/liupishui/lpsShowLayer.git"
},
"keywords": [
"msgbox",
"messagebox"
],
"bugs": {
"url": "https://github.com/liupis/lpsshowlayer/issues"
},
"dependencies": {
"grunt": "~0.4.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-cssmin": "~0.6.0",
"grunt-closurecompiler": "~0.9.9",
"grunt-contrib-copy": "~0.4.0",
"grunt-transcoding": "~0.1.1",
"grunt-text-replace": "~0.3.9",
"grunt-contrib-compress": "~0.7.0"
},
"devDependencies": {
"grunt": "~0.4.1"
}
}