translucent
Version:
Translucent plastic card theme.
28 lines (20 loc) • 655 B
JavaScript
const PACKAGE = require('../package.json');
const normal =
`${PACKAGE.name} - ${PACKAGE.version}
Copyright (c) 2018, Yeonwoo Jo
Lisensed under the ${PACKAGE.licenses[0].type}
Contacts
Github : github.com/byeolbit
Email : Yeonwoo.jo.92@gmil.com
You can find this project at ${PACKAGE.homepage}`;
const jquery =
`${PACKAGE.name} - ${PACKAGE.version}
Copyright (c) 2018, Yeonwoo Jo
Lisensed under the ${PACKAGE.licenses[0].type}
Dependencies:
jQuery: ${PACKAGE.dependencies.jquery}
Contacts
Github : github.com/byeolbit
Email : Yeonwoo.jo.92@gmil.com
You can find this project at ${PACKAGE.homepage}`;
module.exports = {normal, jquery};