powerbi-models/package.json

72 строки
1.8 KiB
JSON

{
"name": "powerbi-models",
"version": "0.11.5",
"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": {
"build": "gulp build",
"test": "gulp test",
"prepublish": "typings install && gulp build",
"gulp": "gulp",
"typings": "typings"
},
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/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-gh-pages": "^0.5.4",
"gulp-header": "^1.8.7",
"gulp-help": "^1.6.1",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-tslint": "^6.0.2",
"gulp-typedoc": "^2.0.0",
"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",
"moment": "^2.14.1",
"phantomjs-prebuilt": "^2.1.7",
"run-sequence": "^1.2.1",
"ts-loader": "^0.8.2",
"tslint": "^3.14.0",
"typedoc": "^0.4.4",
"typescript": "^2.2.1",
"typings": "^1.3.2",
"webpack": "^1.13.2",
"webpack-stream": "^3.2.0",
"yargs": "^4.7.1"
},
"publishConfig": {
"tag": "beta"
},
"dependencies": {
"jsen": "^0.6.1"
}
}