tern-openui5
Version:
Tern plugin for the OpenUI5 framework
33 lines (32 loc) • 729 B
JSON
{
"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"
}