From 16ab5de9bdfb76f94a8c3342796520c3fa9ef078 Mon Sep 17 00:00:00 2001 From: jraleman Date: Sat, 10 Feb 2018 14:32:03 -0800 Subject: [PATCH] Adds package.json --- package.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..280911f --- /dev/null +++ b/package.json @@ -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" +}