2015-08-03 20:45:58 -04:00
|
|
|
{
|
|
|
|
"name": "angular.io",
|
|
|
|
"version": "0.0.0",
|
|
|
|
"private": true,
|
|
|
|
"description": "Angular 2 documentation",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
2015-09-18 16:21:38 -04:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
2015-09-25 05:21:56 -04:00
|
|
|
"harp": "harp",
|
|
|
|
"live-server": "live-server",
|
2015-12-20 16:17:16 -05:00
|
|
|
"test-api-builder": "jasmine-node tools/api-builder",
|
|
|
|
"protractor": "protractor"
|
2015-08-03 20:45:58 -04:00
|
|
|
},
|
|
|
|
"repository": {
|
2015-09-16 02:21:55 -04:00
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/angular/angular.io.git"
|
2015-08-03 20:45:58 -04:00
|
|
|
},
|
|
|
|
"licenses": [
|
|
|
|
{
|
2016-05-06 17:40:47 -04:00
|
|
|
"type": "MIT",
|
|
|
|
"url": "https://github.com/angular/angular.io/blob/master/LICENSE"
|
2015-08-03 20:45:58 -04:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"bugs": {
|
|
|
|
"url": ""
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2016-06-05 17:46:52 -04:00
|
|
|
"archiver": "^1.0.0",
|
|
|
|
"assert-plus": "^1.0.0",
|
2016-07-15 05:59:23 -04:00
|
|
|
"bootstrap": "3.3.6",
|
2016-06-01 03:12:51 -04:00
|
|
|
"broken-link-checker": "0.7.1",
|
2015-09-18 22:51:10 -04:00
|
|
|
"browser-sync": "^2.9.3",
|
2015-08-03 20:45:58 -04:00
|
|
|
"canonical-path": "0.0.2",
|
2016-07-15 17:10:12 -04:00
|
|
|
"cheerio": "^0.20.0",
|
2016-08-09 12:38:25 -04:00
|
|
|
"codelyzer": "0.0.26",
|
2016-07-29 17:47:45 -04:00
|
|
|
"cross-spawn": "^4.0.0",
|
2016-06-05 17:46:52 -04:00
|
|
|
"del": "^2.2.0",
|
2015-08-03 20:45:58 -04:00
|
|
|
"dgeni": "^0.4.0",
|
2016-09-13 11:04:04 -04:00
|
|
|
"dgeni-packages": "^0.16.0",
|
2015-10-14 15:47:22 -04:00
|
|
|
"diff": "^2.1.3",
|
2016-06-05 17:46:52 -04:00
|
|
|
"fs-extra": "^0.30.0",
|
2015-12-07 01:54:43 -05:00
|
|
|
"globby": "^4.0.0",
|
2015-08-03 20:45:58 -04:00
|
|
|
"gulp": "^3.5.6",
|
2016-02-16 20:40:46 -05:00
|
|
|
"gulp-env": "0.4.0",
|
2016-07-15 05:59:23 -04:00
|
|
|
"gulp-less": "^3.1.0",
|
2016-09-12 12:40:05 -04:00
|
|
|
"gulp-sass": "^2.3.2",
|
2015-08-08 16:55:53 -04:00
|
|
|
"gulp-task-listing": "^1.0.1",
|
2016-06-05 17:46:52 -04:00
|
|
|
"gulp-tslint": "^5.0.0",
|
2015-08-03 20:45:58 -04:00
|
|
|
"gulp-util": "^3.0.6",
|
|
|
|
"gulp-watch": "^4.3.4",
|
2016-09-12 12:40:05 -04:00
|
|
|
"harp": "git://github.com/filipesilva/harp.git#8da8d3497ddbfcbcbadd8be63e0fd731d7310cc4",
|
2015-09-16 02:21:55 -04:00
|
|
|
"html2jade": "^0.8.4",
|
|
|
|
"indent-string": "^2.1.0",
|
2015-08-10 14:33:41 -04:00
|
|
|
"jasmine-core": "^2.3.4",
|
2015-09-18 22:51:10 -04:00
|
|
|
"jasmine-node": "^1.14.5",
|
2016-06-05 17:46:52 -04:00
|
|
|
"jsdom": "^9.2.1",
|
2015-09-18 22:51:10 -04:00
|
|
|
"jsonfile": "^2.2.2",
|
2015-10-05 23:33:02 -04:00
|
|
|
"karma": "^0.13.10",
|
2016-06-05 17:46:52 -04:00
|
|
|
"karma-chrome-launcher": "^1.0.1",
|
|
|
|
"karma-jasmine": "^1.0.2",
|
|
|
|
"live-server": "^1.0.0",
|
|
|
|
"lodash": "^4.13.1",
|
2015-09-16 02:21:55 -04:00
|
|
|
"marked": "^0.3.5",
|
2016-06-05 17:46:52 -04:00
|
|
|
"minimatch": "^3.0.0",
|
2015-10-23 15:47:20 -04:00
|
|
|
"mkdirp": "^0.5.1",
|
2015-09-16 02:21:55 -04:00
|
|
|
"node-html-encoder": "0.0.2",
|
2016-06-02 09:27:04 -04:00
|
|
|
"nodegit": "0.13.0",
|
2016-06-05 17:46:52 -04:00
|
|
|
"path": "^0.12.7",
|
|
|
|
"prompt": "^1.0.0",
|
2015-12-20 16:17:16 -05:00
|
|
|
"protractor": "^3.0.0",
|
2015-08-08 16:55:53 -04:00
|
|
|
"q": "^1.4.1",
|
2015-12-20 16:17:16 -05:00
|
|
|
"tree-kill": "^1.0.0",
|
2016-08-23 03:17:18 -04:00
|
|
|
"tslint": "^3.15.1",
|
2016-06-05 17:46:52 -04:00
|
|
|
"yargs": "^4.7.1"
|
2015-11-10 13:31:46 -05:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"jstransformer-marked": "^1.0.1"
|
2016-04-01 14:48:10 -04:00
|
|
|
},
|
|
|
|
"homepage": "http://angular.io/"
|
2015-08-03 20:45:58 -04:00
|
|
|
}
|