meteorhacks / npm

Complete NPM integration for Meteor
http://meteorhacks.com/complete-npm-integration-for-meteor.html
MIT License
508 stars 43 forks source link

How to use npm package 'jsonfile' in Meteor.js App? #89

Open phirum opened 9 years ago

phirum commented 9 years ago

Hello, I want to use npm package jsonfile in my meteor.js app for read and write json files. Do you have some guide line or example for do this?