From 70944d705936e68efbb3f2c7d79d9d624afd210d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Klein?= Date: Mon, 8 Feb 2016 11:16:20 +0100 Subject: [PATCH] Add package.json --- package.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..c6ef278 --- /dev/null +++ b/package.json @@ -0,0 +1,21 @@ +{ + "name": "angular-ui-translation", + "version": "1.0.0", + "description": "Access to the JS translation files generated by willdurand/JSTranslationBundle", + "main": "angular-translation.js", + "repository": { + "type": "git", + "url": "git+https://github.com/InnovaLangues/angular-ui-translation.git" + }, + "keywords": [ + "angular", + "claroline", + "translation" + ], + "author": "Elorfin ", + "license": "MIT", + "bugs": { + "url": "https://github.com/InnovaLangues/angular-ui-translation/issues" + }, + "homepage": "https://github.com/InnovaLangues/angular-ui-translation#readme" +}