1
0
mirror of synced 2024-06-29 15:02:46 +02:00

Added missing package.json

This commit is contained in:
Hagen Hübel 2018-02-07 17:08:57 +01:00
parent fa38e4ad5f
commit d93d7e7e2a

16
package.json Normal file
View File

@ -0,0 +1,16 @@
{
"name": "nocode",
"version": "0.0.0",
"description": "No code is the best way to write secure and reliable applications. Write nothing; deploy nowhere.",
"main": "",
"dependencies": {},
"devDependencies": {},
"scripts": {
},
"repository": {
"type": "git",
"url": "git@github.com:kelseyhightower/nocode.git"
},
"author": "kelseyhightower",
"license": "ISC"
}