nrc / find-work

find something Rusty to work on
Apache License 2.0
20 stars 20 forks source link

add package.json #34

Closed emilyruby closed 7 years ago

emilyruby commented 7 years ago

added a package.json file which includes the dependencies previously listed in the documentation.

the old frontend setup suggested to run npm install as the first command, but this failed due to the lack of package.json. Adding this file should make the setup easier.

the description matches the description on the repository, and the license is listed as MIT as noted in the license-mit file.