basic package structure
This commit is contained in:
Родитель
b94af8512e
Коммит
56bd81877b
|
@ -0,0 +1,2 @@
|
|||
node_modules
|
||||
*~
|
|
@ -0,0 +1 @@
|
|||
module.exports = require("./lib/cookie-session");
|
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"name" : "cookie-session",
|
||||
"version" : "0.0.1",
|
||||
"private" : true,
|
||||
"description" : "secure sessions stored in cookies",
|
||||
"main" : "index",
|
||||
"repository" : {
|
||||
"type" : "git",
|
||||
"url" : "https://github.com/benadida/cookie-session"
|
||||
},
|
||||
"dependencies" : {
|
||||
"vows": "0.5.13"
|
||||
},
|
||||
"author" : {
|
||||
"name" : "Ben Adida",
|
||||
"email" : "ben@adida.net"
|
||||
},
|
||||
"scripts" : {
|
||||
"test": "./node_modules/vows/bin/vows"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 0.6.2"
|
||||
}
|
||||
}
|
Загрузка…
Ссылка в новой задаче