chore(docs): initial dgeni docs generation

Closes #261
This commit is contained in:
Peter Bacon Darwin
2014-12-04 14:02:03 +00:00
parent 983c00c495
commit 27e03591dd
28 changed files with 1515 additions and 1 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"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": {
"angular-material": "~0.6.0"
}
}