js-untar/bower.json

34 wiersze
547 B
JSON

2015-09-14 12:54:35 +00:00
{
"name": "js-untar",
"homepage": "https://github.com/Qvazar/js-untar",
"authors": [
"Sebastian Joergensen <sebjorg@gmail.com>"
],
"description": "untar files in the browser",
"main": [
"build/dist/untar.js"
],
"moduleType": [
"amd",
"globals",
"node"
],
"keywords": [
"tar",
2015-09-14 17:10:40 +00:00
"untar",
"package"
2015-09-14 12:54:35 +00:00
],
"license": "GPL-3.0",
"ignore": [
"build/dev",
"node_modules",
"bower_components",
"spec",
"src",
"gulp*.*",
"karma.*.*",
"package.json",
"test-*.*"
]
}