Code coverage report for istanbul/lib/util/meta.js

Statements: 100% (2 / 2)      Branches: 100% (0 / 0)      Functions: 100% (0 / 0)      Lines: 100% (2 / 2)      Ignored: none     

All files » istanbul/lib/util/ » meta.js
1 2 3 4 5 6 7 8 9 10 11 12 13 14        89       89          
/*
 Copyright (c) 2012, Yahoo! Inc.  All rights reserved.
 Copyrights licensed under the New BSD License. See the accompanying LICENSE file for terms.
 */
var path = require('path'),
    fs = require('fs'),
    pkg = JSON.parse(fs.readFileSync(path.resolve(__dirname, '..', '..', 'package.json'), 'utf8'));
 
module.exports = {
    NAME: pkg.name,
    VERSION: pkg.version
};