-
Notifications
You must be signed in to change notification settings - Fork 75
/
Copy pathpackage.json
43 lines (43 loc) · 1.21 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "angular-dynamic-locale",
"version": "0.1.38",
"description": "A minimal module that adds the ability to dynamically change the locale",
"license": "MIT",
"devDependencies": {
"angular": "1.8.2",
"angular-cookies": "1.8.2",
"angular-i18n": "1.8.2",
"angular-mocks": "1.8.2",
"eslint": "^8.7.0",
"eslint-config-google": "^0.14.0",
"grunt": "^1.4.1",
"grunt-bump": "^0.8.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-concat": "^2.1.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^3.1.1",
"grunt-contrib-uglify": "^5.1.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-eslint": "^24.0.0",
"grunt-karma": "^4.0.2",
"grunt-npm": "0.0.2",
"jasmine-core": "^4.0.1",
"karma": "^6.3.11",
"karma-chrome-launcher": "^3.1.1",
"karma-firefox-launcher": "^2.1.2",
"karma-jasmine": "4.0.2",
"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.8.4"
}
}