2017-11-28 18:03:47 +03:00
|
|
|
{
|
|
|
|
"author": {
|
2017-12-07 17:33:35 +03:00
|
|
|
"name": "Microsoft",
|
|
|
|
"email": "vsointegration@microsoft.com"
|
2017-11-28 18:03:47 +03:00
|
|
|
},
|
|
|
|
"bugs": {
|
2017-12-07 17:33:35 +03:00
|
|
|
"url": "https://github.com/Microsoft/vsts-zendesk-app/issues"
|
2017-11-28 18:03:47 +03:00
|
|
|
},
|
|
|
|
"bundleDependencies": false,
|
|
|
|
"deprecated": false,
|
2017-12-07 17:33:35 +03:00
|
|
|
"description": "Visual Studio Team Services App for Zendesk",
|
2017-11-28 18:03:47 +03:00
|
|
|
"devDependencies": {
|
|
|
|
"babel-core": "^6.25.0",
|
|
|
|
"babel-eslint": "^7.2.3",
|
|
|
|
"babel-loader": "^7.1.1",
|
|
|
|
"babel-plugin-transform-async-to-generator": "^6.24.1",
|
|
|
|
"babel-polyfill": "^6.23.0",
|
|
|
|
"babel-preset-env": "^1.6.0",
|
|
|
|
"css-loader": "^0.28.4",
|
|
|
|
"eslint": "^4.4.1",
|
|
|
|
"eslint-loader": "^1.9.0",
|
|
|
|
"extract-text-webpack-plugin": "^3.0.0",
|
|
|
|
"file-loader": "^0.11.2",
|
|
|
|
"handlebars": "^1.3.0",
|
|
|
|
"handlebars-loader": "^1.5.0",
|
|
|
|
"html-webpack-plugin": "^2.30.1",
|
|
|
|
"jasmine-core": "^2.7.0",
|
|
|
|
"json-loader": "^0.5.7",
|
|
|
|
"karma": "^1.7.0",
|
|
|
|
"karma-chrome-launcher": "^2.2.0",
|
|
|
|
"karma-jasmine": "^1.1.0",
|
|
|
|
"karma-phantomjs-launcher": "^1.0.4",
|
|
|
|
"karma-webpack": "^2.0.4",
|
|
|
|
"loader-utils": "^1.1.0",
|
|
|
|
"node-sass": "^4.5.3",
|
|
|
|
"sass-loader": "^6.0.6",
|
|
|
|
"style-loader": "^0.18.2",
|
|
|
|
"url-loader": "^0.5.9",
|
|
|
|
"webpack": "^3.5.1"
|
|
|
|
},
|
2017-12-07 17:33:35 +03:00
|
|
|
"homepage": "https://github.com/Microsoft/vsts-zendesk-app",
|
2017-11-28 18:03:47 +03:00
|
|
|
"keywords": [
|
2017-12-07 17:33:35 +03:00
|
|
|
"microsoft",
|
|
|
|
"tfs",
|
|
|
|
"vsts",
|
|
|
|
"zendesk"
|
2017-11-28 18:03:47 +03:00
|
|
|
],
|
2017-12-07 17:33:35 +03:00
|
|
|
"name": "vsts-zendesk-app",
|
2017-11-28 18:03:47 +03:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2017-12-07 17:33:35 +03:00
|
|
|
"url": "https://github.com/Microsoft/vsts-zendesk-app"
|
2017-11-28 18:03:47 +03:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"build": "webpack -p",
|
|
|
|
"watch": "webpack --watch"
|
|
|
|
},
|
2017-12-07 17:33:35 +03:00
|
|
|
"version": "0.6.0"
|
2017-11-28 18:03:47 +03:00
|
|
|
}
|