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

Commit

Permalink
Add package.json for npm
Browse files Browse the repository at this point in the history
  • Loading branch information
puffnfresh committed Nov 18, 2011
1 parent c569a91 commit 9a54753
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"name": "roy",
"description": "Small functional language that compiles to JavaScript",
"keywords": [
"javascript",
"language",
"roy",
"compiler"
],
"author": "Brian McKenna <brian@brianmckenna.org> (http://brianmckenna.org/)",
"version": "0.1.2",
"engines": {
"node": ">=0.4.0"
},
"main": "src/compile.js",
"bin": {
"roy": "./roy"
},
"scripts": {
"preinstall": "node src/grammar.js"
},
"homepage": "http://roy.brianmckenna.org/",
"dependencies": {
"jison": "0.2.11",
"underscore": "1.2.0"
},
"devDependencies": {
"interleave": "0.0.6"
}
}

0 comments on commit 9a54753

Please sign in to comment.