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