Mercurial > repos > mingchen0919 > aurora_fastqc
comparison vakata-jstree-3.3.5/composer.json @ 0:0aeed70b3bc5 draft default tip
planemo upload commit 841d8b22bf9f1aaed6bfe8344b60617f45b275b2-dirty
author | mingchen0919 |
---|---|
date | Fri, 14 Dec 2018 00:38:44 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:0aeed70b3bc5 |
---|---|
1 { | |
2 "name": "vakata/jstree", | |
3 "description": "jsTree is jquery plugin, that provides interactive trees.", | |
4 "type": "component", | |
5 "homepage": "http://jstree.com", | |
6 "license": "MIT", | |
7 "support": { | |
8 "issues": "https://github.com/vakata/jstree/issues", | |
9 "forum": "https://groups.google.com/forum/#!forum/jstree", | |
10 "source": "https://github.com/vakata/jstree" | |
11 }, | |
12 "authors": [ | |
13 { | |
14 "name": "Ivan Bozhanov", | |
15 "email": "jstree@jstree.com" | |
16 } | |
17 ], | |
18 "require": { | |
19 "components/jquery": ">=1.9.1" | |
20 }, | |
21 "suggest": { | |
22 "robloach/component-installer": "Allows installation of Components via Composer" | |
23 }, | |
24 "extra": { | |
25 "component": { | |
26 "scripts": [ | |
27 "dist/jstree.js" | |
28 ], | |
29 "styles": [ | |
30 "dist/themes/default/style.css" | |
31 ], | |
32 "images": [ | |
33 "dist/themes/default/32px.png", | |
34 "dist/themes/default/40px.png", | |
35 "dist/themes/default/throbber.gif" | |
36 ], | |
37 "files": [ | |
38 "dist/jstree.min.js", | |
39 "dist/themes/default/style.min.css", | |
40 "dist/themes/default/32px.png", | |
41 "dist/themes/default/40px.png", | |
42 "dist/themes/default/throbber.gif" | |
43 ] | |
44 } | |
45 } | |
46 } |