forked from laincloud/sso
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject.toml
45 lines (40 loc) · 902 Bytes
/
project.toml
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
[package]
name = "sso"
version = "0.2"
authors = [
"qiangninghong <qiangninghong@creditease.cn>",
"chaoyiwang <chaoyiwang@creditease.cn>",
]
builder = "godep"
build_opts = ["-race"]
deps = []
[distribution]
build_opts = []
pack_extras = ["templates", "assets_map.json", "run.sh", "apidoc", "certs"]
cross_targets = []
[assets]
url_prefix = "/assets"
assets_mapping_json = "assets_map.json"
image_exts = [".png", ".jpg", ".jpeg", ".gif"]
deps = [
"es5-shim@4.3.0",
"react@0.13.3",
"react-router@1.0.0-rc1",
"history@1.13.1",
"lodash@3.10.1",
"react-style",
"whatwg-fetch@0.10.1",
"classnames",
"cookie",
"uglifyify@3.0.4",
"browserify@13.3.0",
"envify@4.0.0",
"babelify@7.3.0",
"babel-preset-es2015@6.18.0",
"babel-preset-react@6.16.0",
"nib@1.1.2",
"stylus@0.54.5",
"coffeeify@2.1.0",
]
[[assets.entry]]
name = "sso"