2012-05-22 23:39:07 -07:00
|
|
|
{
|
2013-07-13 17:20:56 -07:00
|
|
|
"name": "angularjs",
|
2015-06-15 00:21:16 +02:00
|
|
|
"license": "MIT",
|
2016-02-16 13:08:47 -08:00
|
|
|
"branchVersion": "1.4.x",
|
2015-01-14 20:36:17 +00:00
|
|
|
"branchPattern": "1.4.*",
|
2016-02-05 12:52:27 +00:00
|
|
|
"distTag": "previous_1_4",
|
2013-08-20 16:49:43 +02:00
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/angular/angular.js.git"
|
|
|
|
|
},
|
2015-02-19 22:30:25 -08:00
|
|
|
"engines": {
|
|
|
|
|
"node": "~0.10",
|
|
|
|
|
"npm": "~2.5"
|
|
|
|
|
},
|
|
|
|
|
"engineStrict": true,
|
2015-09-09 03:27:45 +03:00
|
|
|
"scripts": {
|
|
|
|
|
"preinstall": "node scripts/npm/check-node-modules.js --purge",
|
2015-10-31 20:43:13 +00:00
|
|
|
"postinstall": "node scripts/npm/copy-npm-shrinkwrap.js",
|
2016-01-26 10:05:13 +00:00
|
|
|
"commit": "git-cz",
|
|
|
|
|
"test-i18n": "jasmine-node i18n/spec"
|
2015-09-09 03:27:45 +03:00
|
|
|
},
|
2013-05-18 11:41:27 -04:00
|
|
|
"devDependencies": {
|
2014-09-08 09:50:47 +01:00
|
|
|
"angular-benchpress": "0.x.x",
|
|
|
|
|
"benchmark": "1.x.x",
|
|
|
|
|
"bower": "~1.3.9",
|
2014-10-11 21:58:38 +02:00
|
|
|
"browserstacktunnel-wrapper": "~1.3.1",
|
2014-09-08 09:50:47 +01:00
|
|
|
"canonical-path": "0.0.2",
|
2015-01-08 14:48:26 -08:00
|
|
|
"cheerio": "^0.17.0",
|
2015-10-31 20:43:13 +00:00
|
|
|
"commitizen": "^2.3.0",
|
|
|
|
|
"cz-conventional-changelog": "^1.1.4",
|
2014-09-12 23:04:35 +01:00
|
|
|
"dgeni": "^0.4.0",
|
2015-10-31 20:15:59 +00:00
|
|
|
"dgeni-packages": "^0.11.0",
|
2014-09-08 09:50:47 +01:00
|
|
|
"event-stream": "~3.1.0",
|
2015-12-15 11:46:50 -08:00
|
|
|
"glob": "^6.0.1",
|
2014-01-30 10:51:10 -08:00
|
|
|
"grunt": "~0.4.2",
|
2013-12-13 12:49:42 -08:00
|
|
|
"grunt-bump": "~0.0.13",
|
2014-10-11 21:58:38 +02:00
|
|
|
"grunt-contrib-clean": "~0.6.0",
|
|
|
|
|
"grunt-contrib-compress": "~0.12.0",
|
|
|
|
|
"grunt-contrib-connect": "~0.8.0",
|
|
|
|
|
"grunt-contrib-copy": "~0.6.0",
|
2014-07-08 15:49:18 +02:00
|
|
|
"grunt-contrib-jshint": "~0.10.0",
|
2014-02-01 23:14:07 -08:00
|
|
|
"grunt-ddescribe-iit": "~0.0.1",
|
|
|
|
|
"grunt-jasmine-node": "git://github.com/vojtajina/grunt-jasmine-node.git#fix-grunt-exit-code",
|
2015-01-30 12:05:11 +00:00
|
|
|
"grunt-jscs": "~1.2.0",
|
2014-02-01 23:14:07 -08:00
|
|
|
"grunt-merge-conflict": "~0.0.1",
|
2014-10-11 21:58:38 +02:00
|
|
|
"grunt-shell": "~1.1.1",
|
2014-09-08 09:50:47 +01:00
|
|
|
"gulp": "~3.8.0",
|
2014-09-24 15:01:20 +01:00
|
|
|
"gulp-concat": "^2.4.1",
|
|
|
|
|
"gulp-foreach": "0.0.1",
|
2014-09-08 09:50:47 +01:00
|
|
|
"gulp-jshint": "~1.4.2",
|
2014-09-24 15:01:20 +01:00
|
|
|
"gulp-rename": "^1.2.0",
|
|
|
|
|
"gulp-sourcemaps": "^1.2.2",
|
|
|
|
|
"gulp-uglify": "^1.0.1",
|
2014-09-08 10:14:17 +01:00
|
|
|
"gulp-util": "^3.0.1",
|
2016-01-26 10:05:13 +00:00
|
|
|
"jasmine-node": "^2.0.0",
|
2014-10-11 21:58:38 +02:00
|
|
|
"jasmine-reporters": "~1.0.1",
|
|
|
|
|
"jshint-stylish": "~1.0.0",
|
2016-01-06 14:49:58 +00:00
|
|
|
"karma": "^0.13.19",
|
|
|
|
|
"karma-browserstack-launcher": "^0.1.8",
|
|
|
|
|
"karma-chrome-launcher": "^0.2.2",
|
|
|
|
|
"karma-firefox-launcher": "^0.1.7",
|
|
|
|
|
"karma-jasmine": "^0.1.6",
|
|
|
|
|
"karma-junit-reporter": "^0.3.8",
|
|
|
|
|
"karma-ng-scenario": "^0.1.0",
|
|
|
|
|
"karma-sauce-launcher": "^0.3.0",
|
|
|
|
|
"karma-script-launcher": "^0.1.0",
|
2014-10-11 21:58:38 +02:00
|
|
|
"load-grunt-tasks": "~0.6.0",
|
|
|
|
|
"lodash": "~2.4.1",
|
2014-02-12 22:47:42 +00:00
|
|
|
"marked": "~0.3.0",
|
2014-03-13 18:30:17 +00:00
|
|
|
"node-html-encoder": "0.0.2",
|
2014-10-11 21:58:38 +02:00
|
|
|
"promises-aplus-tests": "~2.1.0",
|
2015-05-20 12:00:01 -07:00
|
|
|
"protractor": "^2.1.0",
|
2014-09-08 09:50:47 +01:00
|
|
|
"q": "~1.0.0",
|
|
|
|
|
"q-io": "^1.10.9",
|
2014-07-31 06:26:10 -07:00
|
|
|
"qq": "^0.3.5",
|
2014-10-11 21:58:38 +02:00
|
|
|
"rewire": "~2.1.0",
|
|
|
|
|
"semver": "~4.0.3",
|
|
|
|
|
"shelljs": "~0.3.0",
|
2014-09-08 09:50:47 +01:00
|
|
|
"sorted-object": "^1.0.0",
|
2015-01-08 14:48:26 -08:00
|
|
|
"stringmap": "^0.2.2"
|
2013-03-27 00:12:45 -07:00
|
|
|
},
|
|
|
|
|
"licenses": [
|
|
|
|
|
{
|
|
|
|
|
"type": "MIT",
|
|
|
|
|
"url": "https://github.com/angular/angular.js/blob/master/LICENSE"
|
|
|
|
|
}
|
2013-10-21 09:06:53 +01:00
|
|
|
],
|
2015-10-31 20:43:13 +00:00
|
|
|
"dependencies": {},
|
|
|
|
|
"config": {
|
|
|
|
|
"commitizen": {
|
|
|
|
|
"path": "node_modules/cz-conventional-changelog"
|
|
|
|
|
}
|
|
|
|
|
}
|
2012-05-22 23:39:07 -07:00
|
|
|
}
|