mirror of
https://github.com/hoppscotch/hoppscotch
synced 2024-11-21 22:50:51 +00:00
17 lines
300 B
JSON
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"
|
|
}
|
|
}
|