Skip to content

Commit

Permalink
Added Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
korve committed Aug 12, 2013
1 parent f2217bd commit 20c081f
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 14 deletions.
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
.idea
node_modules
tests/results
.idea/
node_modules/
tests/results/
31 changes: 20 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,22 @@
{
"name": "form-validate",
"version": "0.0.2",
"private": false,
"scripts": {
"start": "node index.js"
},
"dependencies": {
"sprintf": "0.1.1",
"i18n": "",
"promise": ""
}
"name": "form-validate",
"version": "0.0.2",
"homepage": "https://github.com/korve/node-form-validation",
"author": "André Eckardt",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"sprintf": "0.1.1",
"i18n": "",
"promise": ""
},
"repository": {
"type": "git",
"url": "git://github.com/korve/node-form-validation.git"
},
"directories": {
"lib": "./lib"
},
"main": "index.js"
}

0 comments on commit 20c081f

Please sign in to comment.