Files
angular-docs-cn/docs/bower.json
T

21 lines
384 B
JSON
Raw Normal View History

2014-12-04 14:02:03 +00:00
{
"name": "angular-docs",
"main": "index.js",
"version": "0.0.0",
"homepage": "https://github.com/angular/angular",
"authors": [],
"license": "Apache-2.0",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
2014-12-06 11:24:55 +00:00
"angular-material": "~0.6.0",
"google-code-prettify": "~1.0.3"
2014-12-04 14:02:03 +00:00
}
}