webant-handler-json
v2.1.0
Published
A handler for the webant module for JSON requires.
Readme
node-modules-webant-handler-json
Require JSON files with webant
Installation
$ npm install webant-handler-jsonUsage
Ensure the json handler is present in your webant configuration file. For example:
{
"entry":"src/js/main.js",
"dest":"build/main.js",
"handlers":["json"]
}You may now require JSON files:
var data = require("./path/to/data.json");Tests 
Ensure phantomjs is installed and in your PATH, then run:
$ npm test