angular-docs-cn/package.json

62 lines
1.5 KiB
JSON
Raw Normal View History

{
"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",
"harp": "harp",
"live-server": "live-server",
"test-api-builder": "jasmine-node public/api-builder"
},
"repository": {
"type": "git",
"url": "https://github.com/angular/angular.io.git"
},
"licenses": [
{
"type": "Apache",
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
}
],
"bugs": {
"url": ""
},
"devDependencies": {
"browser-sync": "^2.9.3",
"canonical-path": "0.0.2",
"del": "^1.2.0",
"dgeni": "^0.4.0",
"dgeni-packages": "^0.10.0",
2015-10-14 15:47:22 -04:00
"diff": "^2.1.3",
"fs-extra": "^0.24.0",
"glob": "^5.0.14",
2015-10-14 15:47:22 -04:00
"globule": "^0.2.0",
"gulp": "^3.5.6",
"gulp-task-listing": "^1.0.1",
"gulp-util": "^3.0.6",
"gulp-watch": "^4.3.4",
"harp": "^0.19.0",
"html2jade": "^0.8.4",
"indent-string": "^2.1.0",
2015-08-10 14:33:41 -04:00
"jasmine-core": "^2.3.4",
"jasmine-node": "^1.14.5",
"jsonfile": "^2.2.2",
"karma": "^0.13.10",
2015-08-10 14:33:41 -04:00
"karma-chrome-launcher": "^0.2.0",
"karma-jasmine": "^0.3.6",
"live-server": "^0.8.1",
"lodash": "^3.10.1",
"marked": "^0.3.5",
"minimatch": "^2.0.10",
"node-html-encoder": "0.0.2",
"nodegit": "0.5.0",
"path": "^0.11.14",
2015-09-25 04:28:36 -04:00
"prompt": "^0.2.14",
"q": "^1.4.1",
"typescript": "~1.5.3",
"yargs": "^3.23.0"
}
}