1
0
mirror of synced 2025-02-16 15:33:24 +01:00

Adds package.json

This commit is contained in:
jraleman 2018-02-10 14:32:03 -08:00
parent ed6c73fc16
commit 16ab5de9bd

19
package.json Normal file
View File

@ -0,0 +1,19 @@
{
"name": "nocode",
"version": "1.0.0",
"description": "No code is the best way to write secure and reliable applications. Write nothing; deploy nowhere.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kelseyhightower/nocode.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/kelseyhightower/nocode/issues"
},
"homepage": "https://github.com/kelseyhightower/nocode#readme"
}