huanggang 03a863fb53 add node_modules před 7 roky
..
README.md 03a863fb53 add node_modules před 7 roky
index.js 03a863fb53 add node_modules před 7 roky
package.json 03a863fb53 add node_modules před 7 roky

README.md

json loader for webpack

Installation

npm install json-loader

Usage

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)