Trying hard to make NPM happy, part 3

This commit is contained in:
Elf M. Sternberg 2012-05-04 12:02:00 -07:00
parent 34b7bb62e4
commit 7339526d15
1 changed files with 1 additions and 4 deletions

View File

@ -1,5 +1,5 @@
{
"name": "reparse-coffee",
"name": "reparse-coffeescript",
"description": "An implementation of a parser combinator in coffeescript.",
"author": { "name": "Elf M. Sternberg" },
"version": "0.0.1",
@ -16,9 +16,6 @@
"devDependencies": {
"docco": "0.3.x"
},
"scripts": {
"pre-install": "mkdir -p lib && ./node_modules/.bin/coffee -o lib src/reparse.js"
},
"directories": {
"lib": "./lib"
},