2012-05-23 06:39:07 +00:00
|
|
|
{
|
2013-07-14 00:20:56 +00:00
|
|
|
"name": "angularjs",
|
2014-01-03 18:40:31 +00:00
|
|
|
"version": "1.2.8-snapshot",
|
2013-12-20 18:29:03 +00:00
|
|
|
"cdnVersion": "1.2.6",
|
2013-12-20 00:11:36 +00:00
|
|
|
"codename": "emoji-clairvoyance",
|
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",
|
2013-12-13 20:49:42 +00:00
|
|
|
"grunt-bump": "~0.0.13",
|
2013-08-21 09:56:21 +00:00
|
|
|
"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-12-13 19:59:23 +00:00
|
|
|
"q-io": "~1.10.6",
|
2013-08-21 09:56:21 +00:00
|
|
|
"qq": "~0.3.5",
|
2013-09-24 17:43:25 +00:00
|
|
|
"shelljs": "~0.2.6",
|
2014-01-03 16:22:17 +00:00
|
|
|
"karma": "0.11.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-12-02 18:50:06 +00:00
|
|
|
"karma-junit-reporter": "~0.2.1",
|
2013-12-24 01:54:05 +00:00
|
|
|
"karma-sauce-launcher": "~0.2.0",
|
2013-08-21 09:56:21 +00:00
|
|
|
"karma-script-launcher": "~0.1.0",
|
|
|
|
|
"yaml-js": "~0.0.8",
|
2013-11-07 17:08:32 +00:00
|
|
|
"marked": "0.2.9",
|
2013-06-23 21:27:18 +00:00
|
|
|
"rewire": "1.1.3",
|
2013-11-21 20:12:23 +00:00
|
|
|
"grunt-jasmine-node": "git://github.com/vojtajina/grunt-jasmine-node.git#fix-grunt-exit-code",
|
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-11-20 00:50:23 +00:00
|
|
|
"lodash": "~2.1.0",
|
2013-12-02 19:26:20 +00:00
|
|
|
"karma-browserstack-launcher": "git://github.com/karma-runner/karma-browserstack-launcher.git#master",
|
2013-11-20 00:50:23 +00:00
|
|
|
"browserstacktunnel-wrapper": "~1.1.1"
|
2013-03-27 07:12:45 +00:00
|
|
|
},
|
|
|
|
|
"licenses": [
|
|
|
|
|
{
|
|
|
|
|
"type": "MIT",
|
|
|
|
|
"url": "https://github.com/angular/angular.js/blob/master/LICENSE"
|
|
|
|
|
}
|
2013-10-21 08:06:53 +00:00
|
|
|
],
|
|
|
|
|
"dependencies": {
|
2013-11-26 21:26:10 +00:00
|
|
|
"grunt-contrib-jshint": "~0.7.2"
|
2013-10-21 08:06:53 +00:00
|
|
|
}
|
2012-05-23 06:39:07 +00:00
|
|
|
}
|