{
	"name": "buckler-js",
	"license": "ISC",
	"version": "0.1.3",
	"description": "A simple javascript test framework",
	"repository": "https://github.com/subhero24/buckler-js",
	"dependencies": {
		"babel-polyfill": "^6.26.0",
		"esm": "^3.0.6",
		"glob": "^7.1.2",
		"glob-promise": "^3.4.0"
	},
	"scripts": {
		"build": "babel src -d build && chmod +x build/index.js",
		"development": "nodemon --watch src --exec yarn run build"
	},
	"devDependencies": {
		"babel-cli": "^6.26.0",
		"babel-eslint": "^8.2.2",
		"babel-plugin-syntax-dynamic-import": "^6.18.0",
		"babel-plugin-transform-class-properties": "^6.24.1",
		"babel-plugin-transform-relative-path": "^0.1.1",
		"babel-preset-env": "^1.6.1",
		"eslint": "^4.19.0",
		"nodemon": "^1.17.2"
	},
	"bin": {
		"buckler": "build/index.js"
	}
}
