From 11ef1d7ad697da9e0523a466ba2bd165d1dcaf48 Mon Sep 17 00:00:00 2001 From: Maheshwar Tigadi Date: Tue, 21 Jun 2016 15:30:03 +0530 Subject: [PATCH] adding package.json to make npm compatible --- package.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..4682148 --- /dev/null +++ b/package.json @@ -0,0 +1,19 @@ +{ + "name": "winstore-jscompat", + "version": "1.0.0", + "description": "JavaScript Dynamic Content shim for Windows Store apps\r =====\r Use all your favorite JavaScript libraries to create Windows Store apps on Windows 8", + "main": "winstore-jscompat.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/Microsoft/winstore-jscompat.git" + }, + "author": "", + "license": "ISC", + "bugs": { + "url": "https://github.com/Microsoft/winstore-jscompat/issues" + }, + "homepage": "https://github.com/Microsoft/winstore-jscompat#readme" +}