angular-dynamic-locale
Version:
A minimal module that adds the ability to dynamically change the locale
42 lines (41 loc) • 1.18 kB
JSON
{
"name": "angular-dynamic-locale",
"version": "0.1.37",
"description": "A minimal module that adds the ability to dynamically change the locale",
"license": "MIT",
"devDependencies": {
"angular": "1.4.0",
"angular-cookies": "1.4.0",
"angular-i18n": "1.4.0",
"angular-mocks": "1.4.0",
"grunt": "^1.0.2",
"grunt-bump": "^0.8.0",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-uglify": "^3.3.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-jscs": "^3.0.1",
"grunt-karma": "^2.0.0",
"grunt-npm": "0.0.2",
"jasmine-core": "^3.1.0",
"karma": "^2.0.0",
"karma-chrome-launcher": "^2.2.0",
"karma-firefox-launcher": "^1.1.0",
"karma-jasmine": "1.1.1",
"karma-phantomjs-launcher": "1.0.4"
},
"main": "./src/tmhDynamicLocale.js",
"scripts": {
"test": "grunt karma:travis"
},
"repository": {
"type": "git",
"url": "git://github.com/lgalfaso/angular-dynamic-locale.git"
},
"types": "./src/tmhDynamicLocale.d.ts",
"dependencies": {
"@types/angular": "^1.6.25"
}
}