Notalib / LYT

m.e17.dk
GNU Lesser General Public License v3.0
10 stars 12 forks source link

Add package.json to handle module dependencies and versioning #566

Closed saebekassebil closed 10 years ago

saebekassebil commented 10 years ago

Adding a package.json is considered best-practice and would possibly make it a whole lot easier to handle module dependencies (from npm) and it would be a great place to contain metadata such as version.

With package.json dependencies could be installed with just npm install and it would be a good starting point to add other external dependencies.

jarl-dk commented 10 years ago

:+1:

mzedeler commented 10 years ago

I suppose that you mean build dependencies, right? In that case, the commit above should include a few more packages.

saebekassebil commented 10 years ago

Pulled in 1d1af9531e1deba5d42c90ffe4b061408a69f7a1