From 542658cafc33d55e15758e62687c1702bc215dfe Mon Sep 17 00:00:00 2001 From: Vladimir Shafikov Date: Sun, 16 Jul 2017 18:23:53 +0100 Subject: [PATCH] Add package.json file with meta data for npm support. --- package.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..3ccb3bd --- /dev/null +++ b/package.json @@ -0,0 +1,24 @@ +{ + "name": "knockout-repeat", + "version": "2.1.0", + "description": "REPEAT binding for Knockout", + "main": "knockout-repeat.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/mbest/knockout-repeat.git" + }, + "keywords": [ + "knockout", + "repeat", + "binding" + ], + "author": "Michael Best", + "license": "MIT", + "bugs": { + "url": "https://github.com/mbest/knockout-repeat/issues" + }, + "homepage": "https://github.com/mbest/knockout-repeat#readme" +}