UNPKG

e-lado

Version:

[![CircleCI](https://circleci.com/gh/sharetribe/sharetribe/tree/master.svg?style=svg)](https://circleci.com/gh/sharetribe/sharetribe/tree/master) [![Dependency Status](https://gemnasium.com/sharetribe/sharetribe.png)](https://gemnasium.com/sharetribe/shar

20 lines (12 loc) 379 B
# json loader for webpack ## Installation `npm install json-loader` ## Usage ``` javascript var json = require("json!./file.json"); // => returns file.json content as json parsed object ``` Don't forget to polyfill `require` if you want to use it in node. See `webpack` documentation. ## License MIT (http://www.opensource.org/licenses/mit-license.php)