Correct package.json from legacy

This commit is contained in:
Wilson Lin 2018-07-05 16:56:07 +12:00
parent d32414b79a
commit 6a12958407
1 changed files with 5 additions and 6 deletions

View File

@ -1,13 +1,12 @@
{
"name": "hyperbuild",
"version": "0.0.1",
"description": "Non-recursive HTML parser written in C for Node.js using Emscripten",
"main": "out/hyperbuild_em.js",
"description": "Streaming HTML preprocessor and minifier for C and Node.js",
"main": "out/hyperbuild.js",
"files": [
"out/hyperbuild_em.js",
"out/hyperbuild_em.js.mem",
"test/run/em/start.js",
"test/src/"
"out/hyperbuild",
"out/hyperbuild.js",
"out/hyperbuild.js.mem"
],
"devDependencies": {
"minimist": "^1.2.0",