Create package.json

pull/169/merge
johndmulhausen 2016-03-23 18:03:46 -07:00
parent 87166aa5f5
commit 369edb8f60
1 changed files with 14 additions and 0 deletions

14
package.json Normal file
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"
}
}