abapGit/package.json
2016-02-02 13:05:04 +01:00

14 lines
227 B
JSON

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