DyrellC / iri_js_regression

JS Regression Testing
0 stars 0 forks source link

add a package.json file #3

Closed alon-e closed 6 years ago

alon-e commented 6 years ago

it's best to follow the npm package standard, so a user can just run: npm install

in order to run this is as part of the CI toolchain, we can't assume packages are installed.

DyrellC commented 6 years ago

package.json added