forked from amfe/lib-flexible
-
Notifications
You must be signed in to change notification settings - Fork 33
/
package.json
executable file
·47 lines (47 loc) · 1016 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
44
45
46
47
{
"name": "lib.flexible",
"description": "移动端自适应方案",
"version": "0.4.0",
"homepage": "http://gitlab.alibaba-inc.com/mtb/lib-flexible",
"author": [
{
"name": "寒泉",
"email": "[email protected]"
},
{
"name": "渚薰",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "[email protected]:mtb/lib-flexible.git"
},
"licenses": [
{
"type": "MIT",
"url": "/blob/master/LICENSE-MIT"
}
],
"engines": {
"node": ">= 0.8.0"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-cssmin": "~0.6.0",
"grunt-contrib-less": "~0.6.4",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-watch": "~0.4.0",
"grunt-css2js": "^0.2.4",
"grunt-depcombo": "^0.2.3",
"grunt-depconcat": "^0.2.1"
},
"dependencies": {},
"combo": {},
"keywords": [
"lib",
"tbm"
]
}