19 lines
359 B
JSON
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"
|
|
}
|
|
}
|