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