Create package.json

This commit is contained in:
johndmulhausen
2016-03-23 18:03:46 -07:00
parent 87166aa5f5
commit 369edb8f60
+14
View File
@@ -0,0 +1,14 @@
{
"name": "githubpagessites",
"description": "Version 1.1 of the docs for Kubernetes",
"version": "1.1",
"private": true,
"license": "Apache Version 2.0",
"author": "The Kubernetes Authors",
"engines": {
"node": "~4.2"
},
"dependencies": {
"express": "^4.13.4"
}
}