2012-05-23 06:39:07 +00:00
|
|
|
{
|
2013-07-14 00:20:56 +00:00
|
|
|
"name": "angularjs",
|
2013-10-14 17:36:23 +00:00
|
|
|
"version": "1.2.0-rc.3",
|
2013-09-04 23:06:30 +00:00
|
|
|
"cdnVersion": "1.2.0-rc.2",
|
|
|
|
|
"codename": "ferocious-twitch",
|
2013-08-20 14:49:43 +00:00
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/angular/angular.js.git"
|
|
|
|
|
},
|
2013-05-18 15:41:27 +00:00
|
|
|
"devDependencies": {
|
2013-08-21 09:56:21 +00:00
|
|
|
"grunt": "~0.4.1",
|
|
|
|
|
"bower": "~1.2.2",
|
|
|
|
|
"grunt-contrib-clean": "~0.5.0",
|
|
|
|
|
"grunt-contrib-compress": "~0.5.2",
|
2013-09-24 17:43:25 +00:00
|
|
|
"grunt-contrib-connect": "~0.5.0",
|
2013-08-21 09:56:21 +00:00
|
|
|
"grunt-contrib-copy": "~0.4.1",
|
|
|
|
|
"jasmine-node": "~1.11.0",
|
2013-03-08 23:37:56 +00:00
|
|
|
"q": "~0.9.2",
|
2013-08-21 09:56:21 +00:00
|
|
|
"q-fs": "~0.1.36",
|
|
|
|
|
"qq": "~0.3.5",
|
2013-09-24 17:43:25 +00:00
|
|
|
"shelljs": "~0.2.6",
|
2013-08-27 04:49:27 +00:00
|
|
|
"karma": "~0.11",
|
2013-08-21 09:56:21 +00:00
|
|
|
"karma-jasmine": "~0.1.0",
|
|
|
|
|
"karma-chrome-launcher": "~0.1.0",
|
|
|
|
|
"karma-firefox-launcher": "~0.1.0",
|
|
|
|
|
"karma-ng-scenario": "~0.1.0",
|
2013-08-29 17:40:50 +00:00
|
|
|
"karma-junit-reporter": "git://github.com/karma-runner/karma-junit-reporter#karma-0.11",
|
2013-10-08 17:03:22 +00:00
|
|
|
"karma-sauce-launcher": "~0.1.1",
|
2013-08-21 09:56:21 +00:00
|
|
|
"karma-script-launcher": "~0.1.0",
|
|
|
|
|
"yaml-js": "~0.0.8",
|
2013-07-09 01:58:14 +00:00
|
|
|
"marked": "~0.2.9",
|
2013-06-23 21:27:18 +00:00
|
|
|
"rewire": "1.1.3",
|
2013-10-11 12:38:20 +00:00
|
|
|
"grunt-jasmine-node": "~0.1.0",
|
2013-08-28 19:08:59 +00:00
|
|
|
"grunt-parallel": "~0.3.1",
|
2013-07-03 18:10:23 +00:00
|
|
|
"grunt-ddescribe-iit": "~0.0.1",
|
2013-08-21 23:17:07 +00:00
|
|
|
"grunt-merge-conflict": "~0.0.1",
|
|
|
|
|
"promises-aplus-tests": "~1.3.2",
|
2013-09-24 17:43:25 +00:00
|
|
|
"grunt-shell": "~0.4.0",
|
2013-08-10 00:26:07 +00:00
|
|
|
"semver": "~2.1.0",
|
2013-09-24 17:43:25 +00:00
|
|
|
"lodash": "~2.1.0"
|
2013-03-27 07:12:45 +00:00
|
|
|
},
|
|
|
|
|
"licenses": [
|
|
|
|
|
{
|
|
|
|
|
"type": "MIT",
|
|
|
|
|
"url": "https://github.com/angular/angular.js/blob/master/LICENSE"
|
|
|
|
|
}
|
|
|
|
|
]
|
2012-05-23 06:39:07 +00:00
|
|
|
}
|