Skip to content
Snippets Groups Projects
package.json 1.01 KiB
Newer Older
resynth1943's avatar
resynth1943 committed
{
resynth1943's avatar
resynth1943 committed
	"name": "reverseeagle-developers",
resynth1943's avatar
resynth1943 committed
	"private": true,
resynth1943's avatar
resynth1943 committed
	"description": "Privacy-conscious, ethical and safer alternatives to software for developers.",
resynth1943's avatar
resynth1943 committed
		"build": "NODE_ENV=production eleventy",
resynth1943's avatar
resynth1943 committed
		"serve": "eleventy --serve",
		"watch": "eleventy --watch",
		"deploy": "now"
	},
	"repository": {
		"type": "git",
resynth1943's avatar
resynth1943 committed
	},
	"author": {
resynth1943's avatar
resynth1943 committed
		"email": "resynth1943@tutanota.com",
resynth1943's avatar
resynth1943 committed
		"name": "The ReverseEagle Project"
resynth1943's avatar
resynth1943 committed
	},
resynth1943's avatar
resynth1943 committed
	"license": "MPL-2.0",
	"bugs": {
resynth1943's avatar
resynth1943 committed
	}
}