Skip to content

Commit

Permalink
Added a package.json file for NPM
Browse files Browse the repository at this point in the history
  • Loading branch information
briemens committed Aug 5, 2012
1 parent 5020700 commit a0f1df0
Showing 1 changed file with 53 additions and 0 deletions.
53 changes: 53 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
{
"name": "crafity-client-modules",
"description": "Crafity Client Framework",
"version": "0.0.1",
"author": "Bart Riemens <[email protected]>",
"homepage": "https://github.com/Crafity/Crafity-Client-Modules#readme",
"keywords": [ "Crafity", "Browser", "Navigation", "UI" ],
"maintainers": [
{
"name": "Bart Riemens",
"email": "[email protected]",
"web": "http://crafity.com/about/bart"
},
{
"name": "Galina Slavova",
"email": "[email protected]",
"web": "http://crafity.com/about/galina"
}
],
"contributors": [
{
"name": "Bart Riemens",
"email": "[email protected]",
"web": "http://crafity.com/about/bart"
},
{
"name": "Galina Slavova",
"email": "[email protected]",
"web": "http://crafity.com/about/galina"
}
],
"directories": {},
"licenses": [
{
"type": "The MIT License",
"url": "https://github.com/Crafity/Crafity-Client-Modules/blob/master/LICENSE"
}
],
"bugs": {
"url": "https://github.com/Crafity/Crafity-Client-Modules/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/Crafity/Crafity-Client-Modules.git"
},
"dependencies": {},
"engines": {
"node": "*"
},
"scripts": {
"prepublish": "npm prune"
}
}

0 comments on commit a0f1df0

Please sign in to comment.