Skip to content

Commit

Permalink
add package default files
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-lin committed Feb 16, 2012
1 parent 66fa6b6 commit 24d86b8
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
@@ -0,0 +1,3 @@
.DS_Store
node_modules
*.sock
4 changes: 4 additions & 0 deletions .npmignore
@@ -0,0 +1,4 @@
support
test
examples
*.sock
3 changes: 3 additions & 0 deletions History.md
@@ -0,0 +1,3 @@
## 0.0.1 / 2012-02-16

- Initial release
1 change: 1 addition & 0 deletions index.js
@@ -0,0 +1 @@
module.exports = require( './lib/whisky' );
25 changes: 25 additions & 0 deletions package.json
@@ -0,0 +1,25 @@
{
"name" : "whisky",
"version" : "0.0.1",
"description": "Modularized client-side JavaScript framework",
"bin" : {
"whisky": "./bin/whisky",
"wi" : "./bin/whisky",
},
"keywords" : [ "mvc", "client side mvc", "whisky", "coke" ],
"author" : "dreamerslab <ben@dreamerslab.com>",
"dependencies": {},
"devDependencies": {
"cli-color" : "0.1.6",
"node.flow" : "1.1.0",
"node.packer": "0.0.6",
"should" : "0.5.1"
},
"repository" : {
"type": "git",
"url" : "https://github.com/dreamerslab/whisky.git"
},
"main" : "index",
"engines": [ "node >= 0.6.0" ],
"license": "MIT"
}

0 comments on commit 24d86b8

Please sign in to comment.