Files
hoppscotch/package.json
2019-08-22 15:27:46 -05:00

19 lines
359 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": {
"http-server": "^0.11.1",
"jshint": "^2.10.2"
},
"scripts": {
"start": "http-server -c-1",
"test": "jshint travis.js"
}
}