2016-06-23 03:06:18 +03:00
{
"name" : "powerbi-models" ,
2016-09-07 01:23:51 +03:00
"version" : "0.8.0" ,
2016-06-23 22:04:49 +03:00
"description" : "Contains JavaScript & TypeScript object models for Microsoft Power BI JavaScript SDK. For each model there is a TypeScript interface, a json schema definitions, and a validation function to ensure and object is valid." ,
2016-06-23 03:15:08 +03:00
"main" : "dist/models.js" ,
"typings" : "dist/models.d.ts" ,
2016-06-23 03:06:18 +03:00
"directories" : {
"test" : "test"
} ,
"scripts" : {
2016-08-05 23:23:45 +03:00
"build" : "gulp build" ,
"test" : "gulp test" ,
2016-08-27 23:21:55 +03:00
"prepublish" : "typings install && gulp build" ,
"gulp" : "gulp" ,
"typings" : "typings"
2016-06-23 03:06:18 +03:00
} ,
2016-06-30 04:17:18 +03:00
"files" : [
"dist"
] ,
2016-06-23 03:06:18 +03:00
"repository" : {
"type" : "git" ,
2016-06-23 22:06:43 +03:00
"url" : "https://github.com/Microsoft/powerbi-models"
2016-06-23 03:06:18 +03:00
} ,
"keywords" : [
"Microsoft" ,
"PowerBI" ,
"message" ,
"validation" ,
"json" ,
"schema"
] ,
"author" : "Microsoft PowerBI Team" ,
"license" : "MIT" ,
"devDependencies" : {
2016-06-23 21:29:48 +03:00
"del" : "^2.2.1" ,
2016-06-23 03:06:18 +03:00
"gulp" : "^3.9.1" ,
2016-07-13 19:57:31 +03:00
"gulp-gh-pages" : "^0.5.4" ,
2016-06-24 22:57:24 +03:00
"gulp-header" : "^1.8.7" ,
2016-06-23 03:06:18 +03:00
"gulp-help" : "^1.6.1" ,
"gulp-rename" : "^1.2.2" ,
"gulp-replace" : "^0.5.4" ,
2016-08-22 19:52:58 +03:00
"gulp-tslint" : "^6.0.2" ,
2016-07-13 19:56:25 +03:00
"gulp-typedoc" : "^2.0.0" ,
2016-06-23 03:06:18 +03:00
"gulp-uglify" : "^1.5.4" ,
"jasmine-core" : "^2.4.1" ,
"json-loader" : "^0.5.4" ,
"karma" : "^0.13.22" ,
"karma-chrome-launcher" : "^1.0.1" ,
"karma-coverage" : "^1.0.0" ,
"karma-jasmine" : "^1.0.2" ,
"karma-phantomjs-launcher" : "^1.0.0" ,
"karma-spec-reporter" : "0.0.26" ,
2016-07-13 19:57:31 +03:00
"moment" : "^2.14.1" ,
2016-06-23 03:06:18 +03:00
"phantomjs-prebuilt" : "^2.1.7" ,
"run-sequence" : "^1.2.1" ,
"ts-loader" : "^0.8.2" ,
2016-08-22 19:52:58 +03:00
"tslint" : "^3.14.0" ,
2016-07-13 19:56:25 +03:00
"typedoc" : "^0.4.4" ,
2016-08-05 23:23:45 +03:00
"typescript" : "^1.8.10" ,
"typings" : "^1.3.2" ,
2016-08-19 03:41:12 +03:00
"webpack" : "^1.13.2" ,
2016-06-23 03:06:18 +03:00
"webpack-stream" : "^3.2.0" ,
"yargs" : "^4.7.1"
} ,
"publishConfig" : {
"tag" : "beta"
} ,
"dependencies" : {
"jsen" : "^0.6.1"
}
}