-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
36 lines (36 loc) · 911 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "hbbtv-typings",
"version": "1.5.2",
"description": "Typings for HbbTV 1.5 (TS 102 796 V1.2.1)",
"keywords": [
"hbbtv",
"oipf",
"typings",
"typescript",
"definition",
"declaration"
],
"private": false,
"author": "philippsimon",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/philippsimon/hbbtv-typings.git"
},
"bugs": {
"url": "https://github.com/philippsimon/hbbtv-typings/issues"
},
"homepage": "https://github.com/philippsimon/hbbtv-typings#readme",
"scripts": {
"postversion": "git push && git push --tags",
"test": "npm run build && npm run tslint",
"tslint": "tslint --project tsconfig.json --config tslint.json",
"build": "tsc"
},
"devDependencies": {
"dtslint": "^0.3.0",
"tslint": "^5.10.0",
"tslint-microsoft-contrib": "^5.0.3",
"typescript": "^2.9.2"
}
}