{
	"name": "bd-core",
	"version": "3.2.0",
	"description": "a JavaScript library for building browser-hosted user interfaces",
	"homepage": "http://backdraftjs.org",
	"bugs": "http://github.com/altoviso/backdraft/issues",
	"github": "http://github.com/altoviso/backdraft",
	"repository": {
		"type": "git",
		"url": "git://github.com/altoviso/backdraft.git"
	},
	"main": "lib.js",
	"directories": {
		"test": "test"
	},
	"files": [
		"/dist",
		"/src",
		"lib.js",
		"LICENSE",
		"README.md"
	],
	"scripts": {
		"build": "./node_modules/.bin/rollup -c",
		"test": "node node_modules/bd-smoke/smoke-runner-node.js",
		"lint": "./node_modules/.bin/eslint src"
	},
	"author": "Rawld Gill",
	"license": "BSD-3-Clause",
	"keywords": [
		"backdraft",
		"bd",
		"SPA",
		"javascript",
		"framework",
		"javascript framework",
		"application framework",
		"browser application framework",
		"javascript library",
		"application library",
		"browser application library"
	],
	"devDependencies": {
		"bd-smoke": "^1.6.0",
		"eslint": "^6.8.0",
		"eslint-config-backdraft": "^1.0.1",
		"eslint-plugin-import": "^2.20.1",
		"rollup": "^1.31.1",
		"selenium-webdriver": "^4.0.0-alpha.5"
	}
}
