-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
52 lines (52 loc) · 1.58 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
{
"name": "plate-map",
"version": "2.0.10",
"description": "JavaScript Plate Layout is an open source tool developed collaboratively by [Chai Biotechnologies](www.chaibio.com) and [New England Biolabs](www.neb.com) for visualizing and editing the layout of scientific assay plates.",
"scripts": {
"build.dist": "gulp build.dist",
"build.dev": "gulp build.dev",
"serve.dev": "gulp serve.dev",
"build.prod": "gulp build.prod",
"serve.prod": "gulp serve.prod",
"start": "gulp serve.dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nebiolabs/plate-map.git"
},
"main": "dist/js/plate-map.js",
"style": "dist/css/plate-map.css",
"keywords": [],
"author": "Langhorst, Brad <[email protected]>",
"license": "AGPL-3.0-only",
"bugs": {
"url": "https://github.com/nebiolabs/plate-map/issues"
},
"homepage": "https://github.com/nebiolabs/plate-map#readme",
"dependencies": {
"canvas": "^2.6.1",
"clipboard": "^2.0.6",
"jquery": "^3.5.1",
"jquery-ui-dist": "^1.12.1",
"select2": "^4.0.13",
"svgjs": "^2.6.2"
},
"devDependencies": {
"@babel/core": "^7.10.3",
"@babel/preset-env": "^7.10.3",
"babel-polyfill": "^6.26.0",
"browser-sync": "^2.26.13",
"del": "^5.0.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-connect": "^5.7.0",
"gulp-inject": "^5.0.5",
"gulp-rename": "^2.0.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify-es": "^2.0.0",
"merge-stream": "^2.0.0",
"run-sequence": "^2.2.1"
}
}