-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
46 lines (46 loc) · 1001 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "trait-ontology-widget",
"version": "2.2.1",
"description": "",
"author": "C. Pommier, R. Florès, G. Cornut",
"license": "BSD-3-Clause",
"homepage": "https://github.com/gnpis/trait-ontology-widget#readme",
"bugs": {
"url": "https://github.com/gnpis/trait-ontology-widget/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gnpis/trait-ontology-widget.git"
},
"scripts": {},
"dependencies": {
"jquery": "3.3.1",
"jstree": "3.3.5"
},
"devDependencies": {
"@babel/core": "7.2.0",
"@babel/preset-env": "7.2.0",
"babel-preset-minify": "0.4.3",
"babelify": "10.0.0",
"browserify": "16.2.3",
"clean-css-cli": "4.1.11",
"http-server": "0.11.1",
"less": "3.0.4",
"uglify-js": "3.4.0"
},
"main": "",
"keywords": [
"ontology",
"trait",
"widget",
"INRA",
"CropOntology",
"BreedingAPI"
],
"babel": {
"presets": [
"@babel/env",
"minify"
]
}
}