api-client/package.json

17 lines
300 B
JSON
Raw Normal View History

2019-08-21 13:18:20 +00:00
{
2019-08-22 12:16:17 +00:00
"name": "Postwoman",
2019-08-21 13:18:20 +00:00
"repository": {
"type": "git",
2019-08-22 12:16:17 +00:00
"url": "https://github.com/liyasthomas/postwoman.git"
2019-08-21 13:18:20 +00:00
},
2019-08-22 12:16:17 +00:00
"description": "API request builder",
2019-08-21 13:18:20 +00:00
"author": "liyasthomas",
2019-08-22 12:16:17 +00:00
"version": "0.1.0",
2019-08-21 13:18:20 +00:00
"devDependencies": {
"jshint": "^2.10.2"
},
"scripts": {
"test": "jshint travis.js"
}
}