-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 901 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
{
"name": "coral_product",
"description": "",
"homepage": "https://phovea.caleydo.org",
"version": "4.0.0",
"author": {
"name": "Patrick Adelberger",
"email": "[email protected]",
"url": "https://github.com/Caleydo"
},
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/Caleydo/coral_product/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/Caleydo/coral_product.git"
},
"scripts": {
"build": "node build.js --skipTests --useSSH --serial",
"predist": "npm run build",
"dist": "mkdirp dist && cd build && tar cvzf ../dist/coral_product.tar.gz *"
},
"dependencies": {
"bluebird": "3.7.2",
"chalk": "3.0.0",
"fs-extra": "^9.1.0",
"generator-phovea": "^10.0.0",
"lodash": ">=4.17.21",
"yamljs": "0.3.0",
"yargs-parser": ">=18.1.2",
"yeoman-environment": "2.8.0"
}
}