forked from Tencent/tmt-workflow
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.3 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.3 KB
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
48
49
50
51
52
53
54
55
56
57
58
{
"name": "f2e-workflow",
"description": "f2e-workflow is a cross-platform, efficient, smooth workflow for F2E project based on Grunt.",
"version": "1.6.9",
"homepage": "https://github.com/hzlzh/f2e-workflow",
"author": {
"name": "hzlzh",
"url": "https://github.com/hzlzh"
},
"repository": {
"type": "git",
"url": "git://github.com/hzlzh/f2e-workflow.git"
},
"bugs": {
"url": "https://github.com/hzlzh/f2e-workflow/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://rem.mit-license.org/"
}
],
"engines": {
"node": ">= 0.10.0"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"grunt": "~0.4.2",
"grunt-contrib-less": "~0.9.0",
"grunt-contrib-csslint": "~0.2.0",
"grunt-contrib-cssmin": "~0.8.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-compress": "~0.7.0",
"grunt-sprite": "~0.0.5",
"grunt-pngmin": "~0.6.1",
"grunt-timestamp": "~0.0.7",
"grunt-ftp-deploy": "~0.1.1",
"grunt-2x2x": "~0.1.3",
"time-grunt": "~0.3.1",
"jit-grunt": "~0.7.0",
"gm": "~1.14.2"
},
"keywords": [
"gruntplugin",
"yoman",
"f2e",
"workflow",
"sprite"
],
"files": [
"tasks",
"LICENSE-MIT"
]
}