forked from enviPath/enviPy
Current Dev State
This commit is contained in:
13
static/js/ketcher2/node_modules/istanbul/lib/util/meta.js
generated
vendored
Normal file
13
static/js/ketcher2/node_modules/istanbul/lib/util/meta.js
generated
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
/*
|
||||
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
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user