From eaebae2c89fdb9c8bd99be04e6a27368d5c5f6c5 Mon Sep 17 00:00:00 2001 From: Dan Dascalescu Date: Tue, 1 Sep 2015 13:30:17 -0700 Subject: [PATCH] Add Webix to NPM --- package.json | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..103c233 --- /dev/null +++ b/package.json @@ -0,0 +1,33 @@ +{ + "name": "webix", + "version": "2.5.15", + "description": "Javascript components library for mobile and desktop browsers", + "main": "codebase/webix.js", + "scripts": { + }, + "repository": { + "type": "git", + "url": "https://github.com/webix-hub/tracker.git" + }, + "keywords": [ + "components", + "widgets", + "library", + "mobile", + "grid", + "tree", + "chart", + "ajax", + "layout" + ], + "author": "XB Software", + "license": "GPL", + "bugs": { + "url": "https://github.com/webix-hub/tracker/issues" + }, + "homepage": "https://webix.com", + "dependencies": { + }, + "devDependencies": { + } +}