Skip to content

Commit 1fb1435

Browse files
committed
Added new library angular-translate and translate-storage to handle i18n. Also added new npm dev dependencies to handle and execute new tasks like, browser-sync, less and sass preprocessors, karma and protractor support for unit and e2e testing.
1 parent 30d5a44 commit 1fb1435

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

bower.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
"angular": "^1.5.7",
99
"angular-ui-router": "^0.3.1",
1010
"angular-restmod": "^1.1.11",
11-
"satellizer": "^0.14.1"
11+
"satellizer": "^0.14.1",
12+
"angular-translate": "^2.11.0",
13+
"angular-translate-storage-local": "^2.11.0",
14+
"angular-cookies": "^1.5.7"
1215
}
1316
}

package.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,20 @@
55
"description": "",
66
"license": "MIT",
77
"devDependencies": {
8+
"browser-sync": "^2.13.0",
89
"connect-history-api-fallback": "^1.2.0",
910
"gulp": "^3.9.1",
1011
"gulp-angular-templatecache": "^2.0.0",
1112
"gulp-concat": "^2.6.0",
12-
"gulp-connect": "^4.1.0",
13-
"gulp-inject": "^4.1.0"
13+
"gulp-inject": "^4.1.0",
14+
"gulp-less": "^3.1.0",
15+
"gulp-protractor": "^2.4.0",
16+
"gulp-sass": "^2.3.2",
17+
"jasmine-core": "^2.4.1",
18+
"karma": "^1.1.1",
19+
"karma-chrome-launcher": "^1.0.1",
20+
"karma-jasmine": "^1.0.2",
21+
"merge-stream": "^1.0.0",
22+
"protractor": "^4.0.0"
1423
}
1524
}

0 commit comments

Comments
 (0)