forked from i18next/ng-i18next
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 941 Bytes
/
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
{
"name": "ng-i18next",
"version": "0.3.3",
"description": "AngularJS filter and directive for i18next by Jan Mühlemann",
"main": "./dist/ng-i18next.js",
"author": {
"name": "Andre Meyering"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/archer96/ng-i18next/LICENSE"
}
],
"repository": {
"type": "git",
"url": "git://github.com/archer96/ng-i18next.git"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-concat": "^0.4.0",
"grunt-contrib-connect": "^0.8.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-uglify": "^0.5.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-karma": "^0.8.3",
"grunt-ngdocs": "^0.2.2",
"jshint-stylish": "^0.4.0",
"karma": "^0.12.17",
"karma-jasmine": "^0.1.5",
"load-grunt-tasks": "^0.6.0",
"phantomjs": "^1.9.7-14",
"time-grunt": "^0.4.0"
}
}