-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 965 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 965 Bytes
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
{
"name": "angular-g11n",
"version": "1.1.2",
"homepage": "https://github.com/uor/angular-g11n",
"description": "Simple globalization (internationalization + localization) for AngularJS",
"main": "src/angular-g11n.js",
"repository": {
"type": "git",
"url": "git+https://github.com/radify/angular-g11n.git"
},
"keywords": [
"globalization",
"internationalization",
"localization",
"angular",
"angularjs",
"globalisation",
"internationalisation",
"localisation"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"devDependencies": {
"angular": "^1.4.7",
"angular-mocks": "^1.4.7",
"gulp": "~3.9.0",
"gulp-convert": "~0.2.0",
"gulp-jshint": "~1.11.2",
"gulp-util": "~3.0.6",
"karma-jasmine": "~0.3.6",
"karma-phantomjs-launcher": "~0.2.1",
"phantomjs": "~1.9.18",
"through2": "~2.0.0",
"yargs": "~3.27.0"
}
}