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" +}