package.json
786 Bytes
{
"name": "digsig-player-service",
"version": "1.0.0",
"description": "",
"main": "build/bundle.js",
"types": "index.d.ts",
"scripts": {
"pretest": "tsc --target es5 --outDir .tmp spec/index.ts",
"test": "jasmine .tmp/spec/index.js",
"posttest": "rm -rf .tmp",
"build:tsc": "rollup -c rollup.config.js"
},
"author": "Stefan Huber <stefan.huber@beyondit.at>",
"license": "ISC",
"devDependencies": {
"@types/es6-promise": "0.0.32",
"@types/jasmine": "^2.5.41",
"@types/node": "^7.0.0",
"jasmine": "^2.5.3",
"rollup": "^0.41.4",
"rollup-plugin-commonjs": "^7.0.0",
"rollup-plugin-node-builtins": "^2.0.0",
"rollup-plugin-node-globals": "^1.1.0",
"rollup-plugin-typescript": "^0.8.1",
"typescript": "^2.1.5"
}
}