Skip to content

Commit

Permalink
changed package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Radagaisus committed May 7, 2012
1 parent f0832f0 commit 3ba686a
Show file tree
Hide file tree
Showing 4 changed files with 64 additions and 0 deletions.
37 changes: 37 additions & 0 deletions .gitignore
Expand Up @@ -13,4 +13,41 @@ results

node_modules
npm-debug.log

# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so

# Packages #
############
# it's better to unpack these files and commit the raw source
# git has its own built in compression methods
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip

# Logs and databases #
######################
*.log
*.sql
*.sqlite

# OS generated files #
######################
.DS_Store*
ehthumbs.db
Icon?
Thumbs.db

# todo list
TODO.md
File renamed without changes.
3 changes: 3 additions & 0 deletions index.js
@@ -0,0 +1,3 @@
// This file is just added for convenience so this repository can be
// directly checked out into a project's deps folder
module.exports = require('./lib/orpheus');
24 changes: 24 additions & 0 deletions package.json
@@ -0,0 +1,24 @@
{
"name": "orpheus",
"description": "Rails Object Model for CoffeeScript",
"version": "0.1",
"url": "https://github.com/Radagaisus/Orpheus",
"author": "Almog Melamed <radagaisus@gmail.com",
"main": "./index",
"devDependencies": {
"jasmine-node": "lastest"
},
"bugs": {
"url": "http://github.com/Radagaisus/Orpheus/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/Radagaisus/Orpheus/raw/master/LICENSE"
}
],
"repository": {
"type": "git",
"url": "https://Radagaisus@github.com/Radagaisus/Orpheus.git"
}
}

0 comments on commit 3ba686a

Please sign in to comment.