Skip to content
This repository has been archived by the owner on Jan 27, 2021. It is now read-only.

adding package.json to make npm compatible #29

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
19 changes: 19 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
}