{
	"name" :              "@pitaya-components/typography",
	"version" :           "0.0.6",
	"description" :       "Pitaya-Framework Component Typography.",
	"repository" :        {
		"type" : "git",
		"url" :  "git+https://github.com/pitaya-components/typography.git"
	},
	"keywords" :          [
		"pitaya framework",
		"mdc web",
		"aurelia",
		"components",
		"typescript"
	],
	"author" :            "Pitaya Solutions",
	"license" :           "MIT",
	"bugs" :              {
		"url" : "https://github.com/pitaya-components/typography/issues"
	},
	"homepage" :          "https://github.com/pitaya-components/typography#readme",
	"devDependencies" :   {
		"@material/theme" :              "4.0.0",
		"@pitaya-components/grid" :      "~0.0.1",
		"@pitaya-components/list" :      "~0.0.1",
		"@pitaya-components/menu" :      "~0.0.1",
		"@pitaya-components/snackbar" :  "~0.0.1",
		"@pitaya-components/top-bar" :   "~0.0.1",
		"@types/node" :                  "^10.17.21",
		"aurelia-animator-css" :         "^1.0.4",
		"aurelia-bootstrapper" :         "^2.3.2",
		"aurelia-cli" :                  "^1.3.1",
		"aurelia-testing" :              "^1.0.0",
		"aurelia-tools" :                "^2.0.0",
		"autoprefixer" :                 "^9.7.6",
		"browser-sync" :                 "^2.26.3",
		"connect-history-api-fallback" : "^1.6.0",
		"cssnano" :                      "^4.1.10",
		"debounce" :                     "^1.2.0",
		"del" :                          "^3.0.0",
		"gulp" :                         "^4.0.0",
		"gulp-htmlmin" :                 "^5.0.1",
		"gulp-notify" :                  "^3.2.0",
		"gulp-plumber" :                 "^1.2.1",
		"gulp-postcss" :                 "^8.0.0",
		"gulp-rename" :                  "^1.4.0",
		"gulp-sass" :                    "^4.1.0",
		"gulp-sourcemaps" :              "^2.6.5",
		"gulp-tslint" :                  "^8.1.4",
		"gulp-typescript" :              "^5.0.0",
		"gulp-watch" :                   "^5.0.1",
		"minimatch" :                    "^3.0.4",
		"postcss-url" :                  "^8.0.0",
		"promise-polyfill" :             "^8.1.0",
		"requirejs" :                    "^2.3.6",
		"text" :                         "github:requirejs/text#latest",
		"through2" :                     "^3.0.0",
		"tslint" :                       "^5.20.1",
		"typescript" :                   "^3.8.3",
		"vinyl-fs" :                     "^3.0.3"
	},
	"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",
		"LICENSE",
		"package.json",
		"README.md",
		"readme-src"
	],
	"dependencies" :      {
		"@material/layout-grid" :           "4.0.0",
		"@material/typography" :            "4.0.0",
		"@pitaya-components/app" :          "~0.0.1",
		"aurelia-framework" :               "~1.3.1",
		"aurelia-typed-observable-plugin" : "~0.4.2"
	},
	"moduleResolution" :  "node",
	"baseUrl" :           "src",
	"resolveJsonModule" : true,
	"typeRoots" :         [
		"./node_modules/@types"
	],
	"typings" :           "dist/native-modules/index.d.ts"
}
