22 строки
680 B
JSON
22 строки
680 B
JSON
{
|
|
"name": "powerbi-extensibility-text-utility",
|
|
"version": "1.0.0",
|
|
"description": "A utility for doing offline text measurement",
|
|
"main": "textUtility.ts",
|
|
"scripts": {
|
|
"postinstall": "node node_modules/typings/dist/bin.js install",
|
|
"test": "npm run tsc && npm run jasmine",
|
|
"jasmine": "node node_modules/karma/bin/karma start test.conf.js --single-run",
|
|
"tsc": "node node_modules/typescript/bin/tsc"
|
|
},
|
|
"author": "Microsoft",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"jasmine": "^2.4.1",
|
|
"karma": "^1.2.0",
|
|
"karma-jasmine": "^1.0.2",
|
|
"karma-phantomjs-launcher": "^1.0.1",
|
|
"typescript": "^1.8.10",
|
|
"typings": "^1.3.2"
|
|
}
|
|
} |