-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
107 lines (107 loc) · 3.3 KB
/
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"name": "simple-annoton-editor",
"version": "0.1.1",
"description": "A Noctua workbench (type='model') enabling viewing and editing models in a tabular format",
"main": "index.js",
"scripts": {
"clean": "rm -rf workbenches/simple-annoton-editor/public",
"build": "npm run clean && BUILD=production node_modules/.bin/webpack --bail",
"devbuild": "BUILD=lproduction node_modules/.bin/webpack --bail",
"dev": "npm run clean && BUILD=development node_modules/.bin/webpack-dev-server --port 8089 --devtool=source-map --progress --colors",
"server": "node_modules/.bin/http-server --p 8089 --cors -c-1 docs/",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/geneontology/simple-annoton-editor.git"
},
"keywords": [
"noctua"
],
"author": "Daniel Keith <dan@quantumclay.com> (https://doctorbud.com)",
"license": "ISC",
"bugs": {
"url": "https://github.com/geneontology/simple-annoton-editor/issues"
},
"browserify": {
"transform": [
"browserify-shim"
]
},
"browser": {
"jquery": "./node_modules/jquery/dist/jquery.min.js",
"bootstrap": "./node_modules/bootstrap/dist/js/bootstrap.min.js",
"jquery-ui": "./external_js/jquery-ui-1.10.3.custom.min.js",
"noctua-widgetry": "./external_js/noctua-widgetry.js"
},
"browserify-shim": {
"jquery": {
"exports": "global:jQuery"
},
"jquery-ui": {
"depends": [
"jquery"
]
}
},
"homepage": "https://github.com/geneontology/simple-annoton-editor#readme",
"devDependencies": {
"autoprefixer": "^7.2.5",
"babel-core": "^6.26.0",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.0",
"babel-runtime": "^6.26.0",
"browserify": "^14.4.0",
"browserify-shim": "^3.8.14",
"copy-webpack-plugin": "^4.3.1",
"css-loader": "^0.28.9",
"eslint": "^4.16.0",
"file-loader": "^0.11.2",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^2.30.1",
"json-loader": "^0.5.7",
"node-sass": "^4.9.3",
"postcss-loader": "^2.0.10",
"postcss-smart-import": "^0.7.6",
"precss": "^2.0.0",
"raw-loader": "^0.5.1",
"sass-loader": "^6.0.6",
"style-loader": "^0.18.2",
"url-loader": "^0.5.9",
"webpack": "^3.10.0",
"webpack-dev-server": "^2.11.1",
"write-file-webpack-plugin": "^4.1.0"
},
"dependencies": {
"amigo2": "^2.4.3",
"angular": "^1.6.8",
"angular-animate": "^1.6.8",
"angular-aria": "^1.6.8",
"angular-joyride": "^1.0.10",
"angular-material": "^1.1.6",
"angular-messages": "^1.6.8",
"angular-ui-bootstrap": "^2.5.6",
"angular-ui-grid": "^4.4.3",
"angular-wizard": "^1.1.1",
"bbop": "^2.4.3",
"bbop-client-barista": "0.0.7",
"bbop-core": "0.0.5",
"bbop-graph-noctua": "0.0.32",
"bbop-manager-golr": "0.0.12",
"bbop-manager-minerva": "0.0.15",
"bbop-response-barista": "0.0.9",
"bbop-response-golr": "0.0.8",
"bbop-rest-manager": "0.0.11",
"bootstrap-sass": "^3.3.7",
"font-awesome": "^4.7.0",
"golr-conf": "0.0.3",
"jquery": "^3.3.1",
"jsonformatter": "^0.6.0",
"lodash": "^4.17.4",
"material-steppers": "^2.0.0",
"minerva-requests": "0.0.15",
"node-bourbon": "^4.2.8",
"uuid": "^3.2.1"
}
}