56 строки
1.4 KiB
JSON
56 строки
1.4 KiB
JSON
{
|
|
"name": "powerbi-models",
|
|
"version": "0.2.0",
|
|
"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.",
|
|
"main": "dist/models.js",
|
|
"typings": "dist/models.d.ts",
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"scripts": {
|
|
"prepublish": "gulp build",
|
|
"test": "gulp test --chrome"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://pbix.visualstudio.com/DefaultCollection/PaaS/_git/powerbi-models"
|
|
},
|
|
"keywords": [
|
|
"Microsoft",
|
|
"PowerBI",
|
|
"message",
|
|
"validation",
|
|
"json",
|
|
"schema"
|
|
],
|
|
"author": "Microsoft PowerBI Team",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"del": "^2.2.1",
|
|
"gulp": "^3.9.1",
|
|
"gulp-help": "^1.6.1",
|
|
"gulp-rename": "^1.2.2",
|
|
"gulp-replace": "^0.5.4",
|
|
"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",
|
|
"phantomjs-prebuilt": "^2.1.7",
|
|
"run-sequence": "^1.2.1",
|
|
"ts-loader": "^0.8.2",
|
|
"webpack-stream": "^3.2.0",
|
|
"yargs": "^4.7.1"
|
|
},
|
|
"publishConfig": {
|
|
"tag": "beta"
|
|
},
|
|
"dependencies": {
|
|
"jsen": "^0.6.1"
|
|
}
|
|
}
|