da41a954b5
Angular 1.x -> AngularJS Angular 1 -> AngularJS Angular1 -> AngularJS Angular 2+ -> Angular Angular 2.0 -> Angular Angular2 -> Angular I have deliberately not touched any of the symbol names as that would cause big merge collisions with Tobias's work. All the renames are in .md, .json, and inline comments and jsdocs. PR Close #14132
96 lines
2.7 KiB
JSON
96 lines
2.7 KiB
JSON
{
|
|
"name": "angular-srcs",
|
|
"version": "4.0.0-beta.5",
|
|
"private": true,
|
|
"branchPattern": "2.0.*",
|
|
"description": "Angular - a web framework for modern web apps",
|
|
"homepage": "https://github.com/angular/angular",
|
|
"bugs": "https://github.com/angular/angular/issues",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 5.4.1 < 7"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/angular/angular.git"
|
|
},
|
|
"scripts": {
|
|
"postinstall": "node tools/npm/copy-npm-shrinkwrap && webdriver-manager update"
|
|
},
|
|
"dependencies": {
|
|
"core-js": "^2.4.1",
|
|
"reflect-metadata": "^0.1.3",
|
|
"rxjs": "^5.0.1",
|
|
"zone.js": "^0.7.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/angularjs": "^1.5.13-alpha",
|
|
"@types/base64-js": "^1.2.5",
|
|
"@types/fs-extra": "0.0.22-alpha",
|
|
"@types/hammerjs": "^2.0.33",
|
|
"@types/jasmine": "^2.2.22-alpha",
|
|
"@types/node": "^4.0.22-alpha",
|
|
"@types/selenium-webdriver": "^2.53.35",
|
|
"@types/systemjs": "^0.19.32",
|
|
"angular": "^1.5.0",
|
|
"angular-animate": "^1.5.0",
|
|
"angular-mocks": "^1.5.0",
|
|
"base64-js": "^1.2.0",
|
|
"bower": "^1.3.12",
|
|
"browserstacktunnel-wrapper": "^1.4.2",
|
|
"canonical-path": "0.0.2",
|
|
"chokidar": "^1.1.0",
|
|
"clang-format": "^1.0.32",
|
|
"cldr": "^3.5.2",
|
|
"conventional-changelog": "^1.1.0",
|
|
"cors": "^2.7.1",
|
|
"dgeni": "^0.4.2",
|
|
"dgeni-packages": "^0.16.5",
|
|
"entities": "^1.1.1",
|
|
"firefox-profile": "^0.3.4",
|
|
"fs-extra": "^0.26.3",
|
|
"fsevents": "^1.0.14",
|
|
"glob": "^4.0.6",
|
|
"gulp": "^3.8.8",
|
|
"gulp-clang-format": "^1.0.23",
|
|
"gulp-connect": "^2.3.1",
|
|
"gulp-conventional-changelog": "^1.1.0",
|
|
"gulp-tslint": "^7.0.1",
|
|
"hammerjs": "^2.0.8",
|
|
"incremental-dom": "^0.4.1",
|
|
"jasmine": "^2.4.1",
|
|
"jasmine-core": "^2.3.4",
|
|
"jpm": "1.0.0",
|
|
"karma": "^0.13.20",
|
|
"karma-browserstack-launcher": "^0.1.9",
|
|
"karma-chrome-launcher": "^0.2.0",
|
|
"karma-jasmine": "^0.3.6",
|
|
"karma-sauce-launcher": "^0.3.0",
|
|
"karma-sourcemap-loader": "^0.3.6",
|
|
"madge": "0.5.0",
|
|
"minimist": "^1.2.0",
|
|
"nan": "^2.4.0",
|
|
"node-uuid": "1.4.x",
|
|
"parse5": "^2.2.1",
|
|
"protractor": "^4.0.11",
|
|
"react": "^0.14.0",
|
|
"rewire": "^2.3.3",
|
|
"rollup": "^0.26.3",
|
|
"rollup-plugin-commonjs": "^5.0.5",
|
|
"selenium-webdriver": "^2.53.3",
|
|
"semver": "^5.1.0",
|
|
"source-map": "^0.3.0",
|
|
"source-map-support": "^0.4.2",
|
|
"systemjs": "0.18.10",
|
|
"ts-api-guardian": "0.1.4",
|
|
"tsickle": "^0.2.4",
|
|
"tslint": "^4.1.1",
|
|
"tslint-eslint-rules": "^3.1.0",
|
|
"typescript": "^2.0.2",
|
|
"universal-analytics": "^0.3.9",
|
|
"vrsource-tslint-rules": "^4.0.0",
|
|
"webpack": "^1.12.6",
|
|
"yargs": "^3.31.0",
|
|
"yarn": "^0.19.1"
|
|
}
|
|
} |