-
Notifications
You must be signed in to change notification settings - Fork 38
/
package.json
58 lines (58 loc) · 1.34 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
57
58
{
"name": "grunt-maven-tasks",
"description": "Grunt plugin to deploy a file to a maven repository",
"version": "1.4.0",
"homepage": "https://github.com/jpmeyer/grunt-maven-tasks",
"author": {
"name": "Stein Martin Hustad",
"email": "stein@hustad.com"
},
"contributors": [
{
"name": "John Meyer",
"email": "johnpmeyer@gmail.com"
}
],
"repository": {
"type": "git",
"url": "https://github.com/jpmeyer/grunt-maven-tasks.git"
},
"bugs": {
"url": "https://github.com/jpmeyer/grunt-maven-tasks/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jpmeyer/grunt-maven-tasks/blob/master/LICENSE-MIT"
}
],
"main": "Gruntfile.js",
"engines": {
"node": ">= 0.10.0"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"semver": ">=5.1.0",
"grunt-contrib-compress": "1.3.x"
},
"devDependencies": {
"mocha": "~1.21.4",
"async": "~0.9.0",
"chai": "~1.9.1",
"chai-things": "~0.2.0",
"rimraf": "~2.2.8",
"grunt": "~0.4.5",
"grunt-contrib-jshint": "~0.10.0",
"grunt-simple-mocha": "git+https://github.com/yaymukund/grunt-simple-mocha.git#7d1cb9bfd8580fc5369bd82e288f683bb7ca0d46",
"jszip": "~3.0.0"
},
"peerDependencies": {
"grunt": ">=0.4.5"
},
"keywords": [
"gruntplugin",
"maven"
]
}