ipsum.ir/package.json

22 lines
533 B
JSON
Raw Normal View History

2015-06-20 20:01:14 +00:00
{
"name": "ipsum",
"version": "1.0.0",
"description": "The code powering [ipsum.ir](http://ipsum.ir), a categorized ipsum generator with REST API for those who care.",
"main": "ipsum.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/mdibaiee/ipsum"
},
"author": "",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/mdibaiee/ipsum/issues"
},
"devDependencies": {
"express": "~4.12.4"
}
}