api-client/package.json

19 lines
359 B
JSON
Raw Normal View History

2019-08-21 13:18:20 +00:00
{
"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"
}
2019-08-21 13:18:20 +00:00
}