-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
56 lines (56 loc) · 1.36 KB
/
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
48
49
50
51
52
53
54
55
56
{
"name": "grunt-offer-build",
"description": "51offer F2E build tool",
"version": "0.1.10",
"homepage": "https://github.com/hellolibo/grunt-offer-build",
"author": {
"name": "hellolibo",
"email": "[email protected]",
"url": "hellolibo.com"
},
"repository": {
"type": "git",
"url": "git://github.com/hellolibo/grunt-offer-build.git"
},
"bugs": {
"url": "https://github.com/hellolibo/grunt-offer-build/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/hellolibo/grunt-offer-build/blob/master/LICENSE-MIT"
}
],
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-clean": "~0.4.1",
"grunt-contrib-nodeunit": "~0.1.2",
"grunt": "~0.4.5"
},
"dependencies": {
"grunt-cmd-transport": "~0.4.1",
"grunt-cmd-concat": "~0.2.2",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-cssmin": "~0.6.1",
"grunt-contrib-clean": "~0.4.1",
"grunt-text-replace": "0.3.7"
},
"peerDependencies": {
"grunt": "~0.4.5"
},
"keywords": [
"gruntplugin",
"gruntcollection"
],
"readme":"# grunt-offer-build\r\n\r\n",
"readmeFilename": "README.md",
"_id": "[email protected]",
"_from": "grunt-offer-build@~0.1.4"
}