Bones/node_modules/reflect-metadata/bower.json
SOUTHERNCO\x2mjbyrn 7efe7605b8 Template Upload
2017-05-17 13:45:25 -04:00

36 lines
694 B
JSON

{
"name": "reflect-metadata",
"version": "0.1.2",
"description": "Polyfill for Metadata Reflection API",
"homepage": "https://github.com/rbuckton/ReflectDecorators",
"authors": [
"Ron Buckton <ron.buckton@microsoft.com>"
],
"main": "Reflect.js",
"moduleType": [
"globals",
"node"
],
"keywords": [
"decorator",
"metadata",
"javascript",
"reflect"
],
"license": "Apache-2.0",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"devDependencies": {
"typescript": ">=1.5.0-alpha"
},
"repository": {
"type": "git",
"url": "https://github.com/rbuckton/ReflectDecorators.git"
}
}