mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-02 22:37:07 +08:00
Update to the latest dgeni-packages, which supports multiple deployment environments for the examples. Add a jQuery deployment environment for the examples. Currently, the target of the runnable example iframe always points to the default deployment environment, not to the environment under which the main app is running. Closes #6361
66 lines
1.8 KiB
JSON
66 lines
1.8 KiB
JSON
{
|
|
"name": "angularjs",
|
|
"branchVersion": "1.2.*",
|
|
"cdnVersion": "1.2.13",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/angular/angular.js.git"
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "~0.4.2",
|
|
"grunt-bump": "~0.0.13",
|
|
"grunt-contrib-clean": "~0.5.0",
|
|
"grunt-contrib-connect": "~0.5.0",
|
|
"grunt-contrib-compress": "~0.5.2",
|
|
"grunt-contrib-copy": "~0.4.1",
|
|
"grunt-contrib-jshint": "~0.7.2",
|
|
"grunt-ddescribe-iit": "~0.0.1",
|
|
"grunt-jasmine-node": "git://github.com/vojtajina/grunt-jasmine-node.git#fix-grunt-exit-code",
|
|
"grunt-jscs-checker": "~0.3.2",
|
|
"grunt-merge-conflict": "~0.0.1",
|
|
"grunt-parallel": "~0.3.1",
|
|
"grunt-shell": "~0.4.0",
|
|
"load-grunt-tasks": "~0.3.0",
|
|
"bower": "~1.2.2",
|
|
"jasmine-node": "~1.11.0",
|
|
"q": "~1.0.0",
|
|
"q-io": "~1.10.6",
|
|
"qq": "~0.3.5",
|
|
"shelljs": "~0.2.6",
|
|
"karma": "0.11.12",
|
|
"karma-jasmine": "0.1.5",
|
|
"karma-chrome-launcher": "0.1.2",
|
|
"karma-firefox-launcher": "0.1.3",
|
|
"karma-ng-scenario": "0.1.0",
|
|
"karma-junit-reporter": "0.2.1",
|
|
"karma-sauce-launcher": "0.2.0",
|
|
"karma-script-launcher": "0.1.0",
|
|
"karma-browserstack-launcher": "0.0.7",
|
|
"protractor": "~0.18.0",
|
|
"yaml-js": "~0.0.8",
|
|
"rewire": "1.1.3",
|
|
"promises-aplus-tests": "~1.3.2",
|
|
"semver": "~2.1.0",
|
|
"lodash": "~2.1.0",
|
|
"browserstacktunnel-wrapper": "~1.1.1",
|
|
"jasmine-reporters": "~0.2.1",
|
|
"gulp": "~3.4.0",
|
|
"event-stream": "~3.1.0",
|
|
"marked": "~0.3.0",
|
|
"gulp-concat": "~2.1.7",
|
|
"canonical-path": "0.0.2",
|
|
"winston": "~0.7.2",
|
|
"dgeni": "~0.1.0",
|
|
"dgeni-packages": "^0.2.2",
|
|
"gulp-jshint": "~1.4.2",
|
|
"jshint-stylish": "~0.1.5"
|
|
},
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "https://github.com/angular/angular.js/blob/master/LICENSE"
|
|
}
|
|
],
|
|
"dependencies": {}
|
|
}
|