From 63a3de36cea6484083cc6ce613d3fa95aefee9cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BE=BD=E5=B7=9D=E7=BF=BC?= <48148944+senjyouhara@users.noreply.github.com> Date: Sat, 2 Mar 2019 20:48:43 +0800 Subject: [PATCH] create --- types/retinajs/package.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 types/retinajs/package.json diff --git a/types/retinajs/package.json b/types/retinajs/package.json new file mode 100644 index 0000000000..2c3081334e --- /dev/null +++ b/types/retinajs/package.json @@ -0,0 +1,28 @@ +{ + "name": "@types/retinajs", + "version": "2.1.3", + "description": "TypeScript definitions for retinajs", + "license": "MIT", + "contributors": [ + "senjyouhara (https://github.com/senjyouhara)" + ], + "main": "", + "types": "index", + "repository": { + "type": "git", + "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" + }, + "scripts": {}, + "dependencies": {}, + "typesPublisherContentHash": "4BCEA62CB241C5EA821904599800CBA7A5695E03776CAE7E46CC1FDE98B73069", + "typeScriptVersion": ">= 3.2", + "bugs": { + "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues" + }, + "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped#readme", + "keywords": [ + "retinajs", + "retina" + ], + "author": "senjyouhara" +}