Add package engine.

This commit is contained in:
Alexandre Gigliotti
2015-12-01 09:58:28 -08:00
parent b3d479224e
commit bde7bc9a0b

View File

@@ -3,6 +3,9 @@
"version": "0.2.2",
"description": "Inline local assets referenced in an HTML document.",
"repository": "panosoft/inline-html",
"engines" : {
"node" : ">=4.0.0"
},
"main": "lib/index.js",
"scripts": {
"test": "mocha",