Create package.json
parent
87166aa5f5
commit
369edb8f60
|
@ -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"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue