hoppscotch/package.json
liyasthomas f548f410b9 ✏️ Typo
2019-08-22 17:46:17 +05:30

17 lines
300 B
JSON

{
"name": "Postwoman",
"repository": {
"type": "git",
"url": "https://github.com/liyasthomas/postwoman.git"
},
"description": "API request builder",
"author": "liyasthomas",
"version": "0.1.0",
"devDependencies": {
"jshint": "^2.10.2"
},
"scripts": {
"test": "jshint travis.js"
}
}