-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
59 lines (59 loc) · 1.01 KB
/
bower.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "nghtmled",
"version": "0.1.0",
"dependencies": {
"angular": "^1.4.0"
},
"main": "app/dist/*.js",
"install":{
"path":"app"
},
"ignore": [
"source",
"spec",
".bowerrc",
".gitignore",
".jshintignore",
".jshintrc",
"bower.json",
"Gruntfile.js",
"package.json",
"README.md",
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"app/**",
"app/*.*",
"app/**/*.*",
"!app/dist/*.*"
],
"devDependencies": {
"angular-mocks": "^1.4.0"
},
"appPath": "app",
"moduleName": "nghtmledApp",
"homepage": "https://github.com/nirus/ngHTMLed",
"authors": [
"nirus <niru@live.in>"
],
"description": "i18n translation library for Angular JS apps",
"moduleType": [
"globals"
],
"keywords": [
"i18n",
"angularjs",
"translation",
"translate",
"ngtranslate",
"angular",
"translate",
"angularjs",
"i18n",
"multilanguage",
"support"
],
"license": "MIT"
}