-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 912 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
{
"scripts": {
"build": "node build.js --skipTests",
"predist": "npm run build",
"dist": "mkdirp dist && cd build && tar cvzf ../dist/confusionflow_product.tar.gz *"
},
"dependencies": {
"bluebird": "3.4.6",
"chalk": "1.1.3",
"fs-extra": "^1.0.0",
"generator-phovea": "^4.0.0",
"lodash": "4.17.14",
"mkdirp": "0.5.1",
"yamljs": "0.2.8",
"yargs-parser": "4.2.0",
"yeoman-environment": "1.6.6"
},
"name": "confusionflow_product",
"description": "",
"homepage": "https://phovea.caleydo.org",
"version": "0.2.1",
"author": {
"name": "The Caleydo Team",
"email": "[email protected]",
"url": "https://caleydo.org"
},
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/phovea/confusionflow_product/issues"
},
"repository": {
"type": "git",
"url": "[email protected]:Caleydo/confusionflow_product.git"
}
}