refactor(aio): add the docs, remove the unneeded dependencies, remove a config folder, fix a travis config

This commit is contained in:
Alexander Zhukov 2017-04-19 12:52:08 +03:00
parent 523f44b746
commit b205a6d570
39 changed files with 2516 additions and 1791 deletions

10
docs/package.json Normal file
View file

@ -0,0 +1,10 @@
{
"dependencies": {
"moment": "2.3.x",
"typogr": "0.5.x",
"underscore": "1.4.x",
"wintersmith": "2.3.1",
"wintersmith-sassy": "^1.0.0"
},
"private": true
}