diff options
Diffstat (limited to 'dev-nodejs/brace-expansion/brace-expansion-1.1.11.ebuild')
-rw-r--r-- | dev-nodejs/brace-expansion/brace-expansion-1.1.11.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-nodejs/brace-expansion/brace-expansion-1.1.11.ebuild b/dev-nodejs/brace-expansion/brace-expansion-1.1.11.ebuild new file mode 100644 index 0000000..1a8ac81 --- /dev/null +++ b/dev-nodejs/brace-expansion/brace-expansion-1.1.11.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit npm + +DESCRIPTION="A package manager for the web" +HOMEPAGE="https://www.npmjs.com/package/bower" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND="dev-nodejs/balanced-match + dev-nodejs/concat-map" + |