{
	"name" :              "pitaya-framework",
	"version" :           "0.0.44",
	"description" :       "Pitaya-Framework.",
	"repository" :        {
		"type" : "git",
		"url" :  "git+https://github.com/pitaya-foundation/pitaya-framework.git"
	},
	"keywords" :          [
		"pitaya framework",
		"mdc web",
		"aurelia",
		"typescript"
	],
	"author" :            "Pitaya Solutions",
	"license" :           "MIT",
	"bugs" :              {
		"url" : "https://github.com/pitaya-foundation/pitaya-framework/issues"
	},
	"homepage" :          "https://github.com/pitaya-foundation/pitaya-framework#readme",
	"devDependencies" :   {
		"aurelia-bootstrapper" :         "^2.3.2",
		"aurelia-animator-css" :         "^1.0.4",
		"aurelia-cli" :                  "^1.0.2",
		"aurelia-testing" :              "^1.0.0",
		"aurelia-tools" :                "^2.0.0",
		"gulp" :                         "^4.0.0",
		"minimatch" :                    "^3.0.4",
		"through2" :                     "^3.0.0",
		"vinyl-fs" :                     "^3.0.3",
		"promise-polyfill" :             "^8.1.0",
		"del" :                          "^3.0.0",
		"gulp-sourcemaps" :              "^2.6.5",
		"requirejs" :                    "^2.3.6",
		"text" :                         "requirejs/text#latest",
		"gulp-typescript" :              "^5.0.0",
		"gulp-tslint" :                  "^8.1.4",
		"tslint" :                       "^5.13.0",
		"typescript" :                   "^3.1.2",
		"@types/node" :                  "^10.11.6",
		"gulp-postcss" :                 "^8.0.0",
		"autoprefixer" :                 "^9.4.8",
		"cssnano" :                      "^4.1.10",
		"postcss-url" :                  "^8.0.0",
		"gulp-sass" :                    "^4.0.2",
		"gulp-htmlmin" :                 "^5.0.1",
		"browser-sync" :                 "^2.26.3",
		"connect-history-api-fallback" : "^1.6.0",
		"debounce" :                     "^1.2.0",
		"gulp-plumber" :                 "^1.2.1",
		"gulp-rename" :                  "^1.4.0",
		"gulp-notify" :                  "^3.2.0",
		"gulp-watch" :                   "^5.0.1",
		"@pitaya-components/topbar" :    "0.0.30"
	},
	"browserslist" :      [
		"defaults"
	],
	"scripts" :           {
		"build" :   "au build-plugin",
		"start" :   "au run",
		"watch" :   "au build-plugin --watch",
		"prepare" : "npm run build"
	},
	"engines" :           {
		"node" : ">=8.9.0"
	},
	"main" :              "dist/commonjs/index.js",
	"module" :            "dist/native-modules/index.js",
	"private" :           false,
	"files" :             [
		"dist",
		"_mixins.scss",
		"LICENSE",
		"package.json",
		"README.md"
	],
	"dependencies" :      {
		"aurelia-typed-observable-plugin" : "~0.4.2",
		"aurelia-fetch-client" :            "~1.8.2",
		"@material/base" :                  "4.0.0",
		"@material/elevation" :             "4.0.0",
		"@material/theme" :                 "4.0.0",
		"@material/layout-grid" :           "4.0.0"
	},
	"moduleResolution" :  "node",
	"baseUrl" :           "src",
	"resolveJsonModule" : true,
	"typeRoots" :         [
		"./node_modules/@types"
	],
	"typings" :           "dist/native-modules/index.d.ts"
}
