abapGit/package.json
2016-02-02 13:03:59 +01:00

14 lines
226 B
JSON

{
"license": "MIT",
"scripts": {
"test": "abaplint *.abap"
},
"repository": {
"type": "git",
"url": "git+https://github.com/larshp/abapGit.git"
},
"devDependencies": {
"abaplint": ">0.0.16"
}
}