Skip to content
This repository has been archived by the owner on May 23, 2022. It is now read-only.

Commit

Permalink
Adds package.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
robotlolita committed Feb 21, 2012
1 parent 7b28c02 commit 1491c76
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"author": "Quildreen Motta <quildreen@gmail.com> (http://killdream.github.com/)",
"name": "pandora",
"description": "Combinators for pure and declarative first-class modules.",
"version": "0.0.1",
"repository": {
"type": "git",
"url": "git://github.com/killdream/pandora.git"
},
"main": "./src/pandora.js",
"scripts": {
"test": "mocha"
},
"engines": {
"node": "~0.6.7"
},
"dependencies": {},
"devDependencies": {},
"optionalDependencies": {}
}

0 comments on commit 1491c76

Please sign in to comment.