UNPKG

@pingleware/crypto-js

Version:
45 lines (42 loc) 1.1 kB
/*jshint node: true*/ 'use strict'; module.exports = { options: { indent: ' ' }, npm: { src: '<%= meta.cwd %>package.json', dest: '<%= meta.build %>package.json', fields: { 'name': null, 'version': null, 'description': null, 'license': null, 'author': null, 'homepage': null, 'repository': null, 'keywords': null, 'main': null, 'dependencies': null, 'browser': null } }, bower: { src: '<%= meta.cwd %>package.json', dest: '<%= meta.build %>bower.json', fields: { 'name': null, 'version': null, 'description': null, 'license': null, 'author': 'authors', 'homepage': null, 'repository': null, 'keywords': null, 'main': null, 'dependencies': null, 'browser': null, 'ignore': [] } } };