mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +00:00
Karma v0.11 starts test execution immediately after a browser gets captured (instead of waiting for all browsers). It also kills each browser immediately after it's done. This will use our resources (SauceLabs browsers) more efficiently.
46 lines
1.3 KiB
JSON
46 lines
1.3 KiB
JSON
{
|
|
"name": "angularjs",
|
|
"version": "1.2.0-snapshot",
|
|
"cdnVersion": "1.2.0rc1",
|
|
"codename": "barehand-atomspliting",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/angular/angular.js.git"
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "~0.4.1",
|
|
"bower": "~1.2.2",
|
|
"grunt-contrib-clean": "~0.5.0",
|
|
"grunt-contrib-compress": "~0.5.2",
|
|
"grunt-contrib-connect": "~0.3.0",
|
|
"grunt-contrib-copy": "~0.4.1",
|
|
"jasmine-node": "~1.11.0",
|
|
"q": "~0.9.2",
|
|
"q-fs": "~0.1.36",
|
|
"qq": "~0.3.5",
|
|
"shelljs": "~0.1.4",
|
|
"karma": "~0.11",
|
|
"karma-jasmine": "~0.1.0",
|
|
"karma-chrome-launcher": "~0.1.0",
|
|
"karma-firefox-launcher": "~0.1.0",
|
|
"karma-ng-scenario": "~0.1.0",
|
|
"karma-junit-reporter": "karma-runner/karma-junit-reporter#karma-0.11",
|
|
"karma-sauce-launcher": "~0.1.0",
|
|
"karma-script-launcher": "~0.1.0",
|
|
"yaml-js": "~0.0.8",
|
|
"marked": "~0.2.9",
|
|
"rewire": "1.1.3",
|
|
"grunt-contrib-jasmine-node": "~0.1.1",
|
|
"grunt-parallel": "git://github.com/vojtajina/grunt-parallel.git#streaming-per-task",
|
|
"grunt-ddescribe-iit": "~0.0.1",
|
|
"grunt-merge-conflict": "~0.0.1",
|
|
"promises-aplus-tests": "~1.3.2",
|
|
"grunt-shell": "~0.3.1"
|
|
},
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "https://github.com/angular/angular.js/blob/master/LICENSE"
|
|
}
|
|
]
|
|
}
|