api-client/package.json

19 lines
359 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": {
"http-server": "^0.11.1",
2019-08-21 13:18:20 +00:00
"jshint": "^2.10.2"
},
"scripts": {
2019-08-22 20:27:46 +00:00
"start": "http-server -c-1",
2019-08-21 13:18:20 +00:00
"test": "jshint travis.js"
}
}