UNPKG

105 BJavaScriptView Raw
1/** Example of Apemanfile.js */
2
3"use strict";
4
5module.exports = {
6 $pkg: require('./package.json')
7};
\No newline at end of file