-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) 路 729 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) 路 729 Bytes
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
{
"name": "tern-openui5",
"version": "0.3.0",
"description": "Tern plugin for the OpenUI5 framework",
"main": "openui5.js",
"peerDependencies": {
"tern": ">=0.16.0"
},
"dependencies": {},
"devDependencies": {
"standard": "5.4.1"
},
"scripts": {
"test": "standard"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TimoSta/tern-openui5.git"
},
"keywords": [
"tern",
"ternjs",
"ui5",
"openui5"
],
"author": "Timo M. Staudinger <staudinger.timo@gmail.com> (https://github.com/TimoSta)",
"license": "MIT",
"bugs": {
"url": "https://github.com/TimoSta/tern-openui5/issues"
},
"homepage": "https://github.com/TimoSta/tern-openui5#readme"
}