Create node server to replace 'make watch'

Reviewers: xymostech

Reviewed By: xymostech

Differential Revision: http://phabricator.benalpert.com/D38
This commit is contained in:
Ben Alpert
2013-07-05 22:55:10 -07:00
parent afb29f5df3
commit 4bc599966f
9 changed files with 70 additions and 6 deletions

View File

@@ -2,7 +2,11 @@
"name": "mjlite",
"version": "0.0.1",
"devDependencies": {
"browserify": "~2.23.1",
"ebnf-parser": "~0.1.5",
"express": "~3.3.3",
"lex-parser": "~0.1.2",
"jison": "~0.4.6",
"watchify": "~0.1.0"
"through": "~2.3.4"
}
}