-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
56 lines (56 loc) · 1.38 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "ng-i18n",
"version": "1.1.3",
"main": "dist/ng-i18n.js",
"repository": {
"type": "git",
"url": "[email protected]:kevinchappell/ng-i18n.git"
},
"authors": [
"Kevin Chappell <[email protected]>"
],
"description": "Add internationalization support for a variety of languages for your site or app with this easy to use module.",
"keywords": [
"i18n",
"translate",
"language"
],
"license": "MIT",
"ignore": [
"**/*",
"node_modules",
"test"
],
"scripts": {
"prestart": "npm update",
"test": "gulp test"
},
"devDependencies": {
"angular": "^1.4.3",
"angular-mocks": "^1.4.7",
"angular-scenario": "^1.4.7",
"browser-sync": "^2.9.10",
"codeclimate-test-reporter": "^0.1.1",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.0.2",
"gulp-bump": "^1.0.0",
"gulp-concat": "^2.6.0",
"gulp-cssmin": "^0.1.7",
"gulp-filter": "^3.0.1",
"gulp-git": "^1.5.0",
"gulp-gzip": "^1.2.0",
"gulp-header": "^1.7.1",
"gulp-jshint": "^1.11.2",
"gulp-sass": "^2.0.4",
"gulp-tag-version": "^1.3.0",
"gulp-uglify": "^1.4.1",
"jasmine-core": "^2.3.4",
"jshint-stylish": "^2.0.1",
"karma": "^0.13.10",
"karma-chrome-launcher": "^0.2.1",
"karma-cli": "^0.1.1",
"karma-coverage": "^0.5.2",
"karma-firefox-launcher": "^0.1.6",
"karma-jasmine": "^0.3.6"
}
}