angular-cn/package.json

38 lines
748 B
JSON

{
"name": "angular.io",
"version": "0.0.0",
"private": true,
"description": "Angular 2 documentation",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git"
},
"licenses": [
{
"type": "Apache",
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
}
],
"bugs": {
"url": ""
},
"devDependencies": {
"canonical-path": "0.0.2",
"del": "^1.2.0",
"dgeni": "^0.4.0",
"dgeni-packages": "^0.10.0",
"gulp": "^3.5.6",
"gulp-util": "^3.0.6",
"gulp-watch": "^4.3.4",
"lodash": "^3.10.1",
"path": "^0.11.14",
"q": "^1.4.1"
},
"contributors": [
"Jay Traband <jayt@ideablade.com>"
]
}