UNPKG

tern-aui2.0.x

Version:

A Tern plugin adding AlloyUI 2.x support.

31 lines (30 loc) 665 B
{ "name": "tern-aui2.0.x", "license": "MIT", "version": "0.1.0", "main": "aui2.0.x.js", "author": "Angelo ZERR <angelo.zerr@gmail.com>", "description": "A Tern plugin adding AlloyUI 2.x support.", "repository": { "type": "git", "url": "git://github.com/angelozerr/tern-aui2.0.x.git" }, "scripts": { "test": "node ./test/all.js" }, "dependencies": { "tern": ">=0.10.0", "acorn": ">=1.0.0", "tern-yui3": ">=0.1.0", "tern-lint": ">=0.2.0" }, "devDependencies": { "test": ">=0.0.5", "codemirror": ">=5.3.0" }, "keywords": [ "tern", "YUI3", "AlloyUI" ] }