forked from juristr/angular-translate-loader-pluggable
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 2.34 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 2.34 KB
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
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "angular-translate-loader-pluggable",
"description": "Pluggable loader for angular-translate that allows separate independent angular modules to contribute their angular-translate translations.",
"main": "dist/angular-translate-loader-pluggable.min.js",
"scripts": {
"test": "karma start",
"test-watch": "karma start --singleRun=false --autoWatch=true",
"build.prod": "webpack -p --config webpack.config.js --display-reasons --display-error-details",
"build": "npm run test",
"prepublish": "npm run build.prod",
"postpublish": "publish-latest",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"keywords": [
"angular-translate",
"loader",
"i18n"
],
"author": "Juri Strumpflohner <juri.strumpflohner@gmail.com>",
"license": "MIT",
"devDependencies": {
"@types/angular": "1.5.20",
"@types/angular-mocks": "1.5.5",
"@types/jasmine": "2.5.38",
"@types/node": "6.0.46",
"angular": "^1.4.3",
"angular-mocks": "^1.4.3",
"angular-translate": "^2.7.2",
"angular-translate-loader-partial": "^2.13.1",
"awesome-typescript-loader": "2.2.4",
"chai": "^3.2.0",
"codelyzer": "0.0.26",
"del": "^1.2.0",
"gulp": "^3.9.0",
"gulp-babel": "^5.1.0",
"gulp-cached": "^1.1.0",
"gulp-changed": "^1.2.1",
"gulp-concat": "^2.5.2",
"gulp-less": "^3.0.3",
"gulp-minify-html": "^1.0.3",
"gulp-ng-annotate": "^1.0.0",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.2.0",
"istanbul-instrumenter-loader": "0.2.0",
"jasmine-core": "^2.3.4",
"karma": "1.3.0",
"karma-chrome-launcher": "2.0.0",
"karma-coverage": "1.1.1",
"karma-jasmine": "1.0.2",
"karma-mocha-reporter": "^2.1.0",
"karma-phantomjs-launcher": "^1.0.2",
"karma-remap-coverage": "~0.1.2",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^1.8.0",
"ng-annotate-webpack-plugin": "^0.1.3",
"publish-latest": "^1.1.2",
"semantic-release": "^4.0.0",
"source-map-loader": "0.1.5",
"tslint": "3.15.1",
"tslint-loader": "2.1.5",
"typescript": "2.0.3",
"vinyl-paths": "^1.0.0",
"webpack": "2.1.0-beta.27"
},
"repository": {
"type": "git",
"url": "https://github.com/juristr/angular-translate-loader-pluggable.git"
}
}