package.json gitignoe

This commit is contained in:
Bugpedia 2015-06-20 16:01:14 -04:00
parent d3ca5124ed
commit 97922f506c
2 changed files with 22 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
node_modules

21
package.json Normal file
View File

@ -0,0 +1,21 @@
{
"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"
}
}