Skip to content

Commit

Permalink
added to npm as a node module
Browse files Browse the repository at this point in the history
  • Loading branch information
jwulf committed Mar 6, 2013
1 parent 5723a52 commit f455b72
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions package.json
@@ -0,0 +1,19 @@
{
"name": "schema.org-type-validator",
"version": "0.0.1",
"description": "A validator for schema.org types and properties",
"main": "index.js",
"scripts": {
"test": "jasmine-node test.spec.js"
},
"repository": {
"type": "git",
"url": "git://github.com/jwulf/schema.org-type-validator.git"
},
"keywords": [
"schema.org"
],
"author": "Joshua Wulf",
"license": "BSD",
"readmeFilename": "README.md"
}

0 comments on commit f455b72

Please sign in to comment.