UNPKG

core-resource-app-test

Version:

App that contains assets and scripts for the core apps

68 lines (67 loc) 1.93 kB
{ "name": "ng-i18next", "version": "1.0.5", "description": "AngularJS provider, filter and directive for i18next (i18next by Jan Mühlemann)", "main": "./dist/ng-i18next.js", "author": { "name": "Andre Meyering" }, "license": "MIT", "repository": { "type": "git", "url": "git://github.com/i18next/ng-i18next.git" }, "bugs": { "url": "https://github.com/i18next/ng-i18next/issues" }, "peerDependencies": { "angular": ">=1.5.0" }, "devDependencies": { "@types/angular": "^1.6.17", "@types/angular-mocks": "^1.5.9", "@types/angular-sanitize": "^1.3.4", "@types/i18next": "^2.3.38", "@types/jasmine": "^2.5.47", "angular": "^1.6.4", "angular-mocks": "^1.6.4", "angular-sanitize": "^1.6.4", "gulp": "^3.9.1", "gulp-bump": "^2.4.0", "gulp-concat": "^2.6.0", "gulp-flatten": "^0.3.0", "gulp-header": "^1.8.7", "gulp-jasmine": "^2.4.0", "gulp-jshint": "^2.0.1", "gulp-minify": "^1.0.0", "gulp-rename": "^1.2.2", "gulp-rimraf": "^0.2.0", "gulp-rollup": "^2.5.0", "gulp-size": "^2.1.0", "gulp-typescript": "^3.0.1", "gulp-uglify": "^2.0.0", "gulp-webserver": "^0.9.1", "i18next": "^8.3.0", "i18next-sprintf-postprocessor": "^0.2.2", "i18next-xhr-backend": "^1.4.1", "jasmine-core": "^2.5.2", "jshint": "^2.9.2", "jshint-stylish": ">=2.2.0", "karma": "~1.5.0", "karma-chrome-launcher": "~2.0.0", "karma-cli": "~1.0.0", "karma-coverage": "~1.1.1", "karma-jasmine": "~1.1.0", "karma-junit-reporter": "~1.2.0", "karma-phantomjs-launcher": "~1.0.2", "karma-typescript": "~2.1.7", "phantomjs-prebuilt": "2.1.13", "rollup-plugin-typescript": "~0.8.1", "tslint": "~4.4.1", "typescript": "~2.1.0", "rollup": "^0.36.0" }, "scripts": { "test": "gulp test" } }