UNPKG

grunt-angular-localization

Version:

Auto-generate resource files in different languages for angular-localization

37 lines (36 loc) 906 B
{ "name": "grunt-angular-localization", "version": "1.0.1", "description": "Auto-generate resource files in different languages for angular-localization", "scripts": { "test": "grunt test" }, "repository": { "type": "git", "url": "https://github.com/doshprompt/grunt-angular-localization.git" }, "keywords": [ "angular", "localization", "internationalization", "i18n", "l10n", "angularjs", "angular-localization" ], "author": "Rahul Doshi", "license": "MIT", "bugs": { "url": "https://github.com/doshprompt/grunt-angular-localization/issues" }, "homepage": "https://github.com/doshprompt/grunt-angular-localization", "dependencies": { "sorted-object": "^1.0.0" }, "devDependencies": { "grunt": "^0.4.5", "grunt-contrib-clean": "^0.5.0", "grunt-contrib-nodeunit": "^0.4.1", "load-grunt-tasks": "^0.4.0" } }