UNPKG

ng-localize

Version:
54 lines (53 loc) 1.34 kB
{ "name": "ng-localize", "version": "1.0.4", "homepage": "https://github.com/philipvonbargen/ng-localize", "author": { "name": "Philip von Bargen", "email": "philip@philipvonbargen.de", "url": "http://philipvonbargen.de" }, "repository": { "type": "git", "url": "git://github.com/philipvonbargen/ng-localize.git" }, "bugs": { "url": "https://github.com/philipvonbargen/ng-localize/issues" }, "license": "MIT", "main": "dist/ng-localize.all.min.js", "scripts": { "codestyle": "jscs . --reporter=inline", "postinstall": "bower install --allow-root --config.interactive=false", "test": "npm run codestyle && npm run test-unit", "test-unit": "karma start karma.conf.js --single-run" }, "pre-commit": [ "test" ], "devDependencies": { "bower": "1.5.2", "gulp-babel": "5.2.1", "gulp-ng-annotate": "1.1.0", "gulp-uglify": "1.4.1", "jscs": "^2.1.0", "karma": "^0.13.10", "karma-babel-preprocessor": "^5.2.2", "karma-jasmine": "^0.3.5", "karma-phantomjs-launcher": "^0.2.1", "lingon": "2.2.10", "pre-commit": "^1.1.1" }, "keywords": [ "angular", "translation", "localize", "localise", "localization", "localisation", "internationalization", "internationalisation", "i18n", "L10n" ] }