forked from Spiria-Digital/angular-localization
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.57 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 1.57 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "angular-localization-fi",
"types": "./angular-localization-fi.d.ts",
"version": "1.6.2",
"description": "modded version of angularjs localization done right.",
"main": "dist/angular-localization-fi.js",
"scripts": {
"test": "gulp test",
"gulp": "gulp"
},
"repository": {
"type": "git",
"url": "https://github.com/ForesightImaging/angular-localization.git"
},
"keywords": [
"angularjs",
"i18n",
"l10n",
"internationalization",
"localization",
"language"
],
"author": "Rahul Doshi",
"license": "MIT",
"bugs": {
"url": "https://github.com/ForesightImaging/angular-localization/issues"
},
"homepage": "http://doshprompt.github.io/angular-localization",
"devDependencies": {
"bower": "^1.4.1",
"codeclimate-test-reporter": "^0.1.0",
"del": "^0.1.3",
"gulp": "^3.9.1",
"gulp-add-src": "^0.2.0",
"gulp-angular-filesort": "^1.1.1",
"gulp-concat": "^2.4.1",
"gulp-header": "^1.1.1",
"gulp-jshint": "^1.11.2",
"gulp-less": "^3.0.3",
"gulp-load-plugins": "^0.10.0",
"gulp-ng-annotate": "^0.5.2",
"gulp-preprocess": "^1.1.1",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.2.0",
"gulp-webserver": "^0.9.1",
"jshint-stylish": "^2.0.1",
"karma": "^2.0.0",
"karma-coverage": "^0.4.2",
"karma-jasmine": "^0.1.5",
"karma-junit-reporter": "^0.2.2",
"karma-phantomjs-launcher": "^1.0.0",
"less-plugin-clean-css": "^1.5.0",
"moment": "^2.8.3",
"phantomjs-prebuilt": "^2.1.4",
"run-sequence": "^1.1.1"
}
}