-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 938 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
{
"name": "pom-version-changer",
"version": "0.2.2",
"description": "Maven pom.xml versions manager. Change version of pom, parent version and dependencies.",
"main": "module.js",
"scripts": {
"test": "./node_modules/.bin/grunt"
},
"repository": {
"type": "git",
"url": "https://[email protected]/trmfreitas/pom-version-changer.git"
},
"keywords": [
"maven",
"pom",
"version",
"manager",
"changer",
"dependencies",
"pom.xml"
],
"author": "Tiago Freitas",
"license": "Apache v2",
"bugs": {
"url": "https://github.com/trmfreitas/pom-version-changer/issues"
},
"homepage": "https://github.com/trmfreitas/pom-version-changer",
"dependencies": {
"node-jsxml": "^0.6.0"
},
"devDependencies": {
"blanket": "^1.1.6",
"chai": "^1.9.1",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-mocha-test": "^0.11.0",
"mocha": "^1.20.1"
}
}