forked from thingweb/wot-typescript-definitions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 780 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
{
"name": "wot-typescript-definitions",
"version": "0.3.0-SNAPSHOT.1",
"description": "Typescript definitions for the WoT scripting API",
"main": "index.d.ts",
"types": "index.d.ts",
"typings": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thingweb/wot-typescript-definitons.git"
},
"keywords": [
"web",
"WoT",
"IoT",
"scripting",
"typescript",
"types"
],
"author": "Johannes Hund <[email protected]>",
"license": "W3C Software License",
"bugs": {
"url": "https://github.com/thingweb/wot-typescript-definitons/issues"
},
"homepage": "https://github.com/thingweb/wot-typescript-definitons#readme"
}