Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-portal-fe
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
陶雨
2016-05-27 17:38:32 +0800
Commit
8347b79a4e73193fc6863269771e47d2a3406b28
1 parent
3c11d1a5
添加package.json文件
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
53 additions
and
0 deletions
client/package.json
client/package.json
0 → 100644
View file @
8347b79
{
"name"
:
"yohobuy-portal"
,
"version"
:
"0.3.5"
,
"description"
:
"yohobuy-portal"
,
"keywords"
:
[],
"homepage"
:
""
,
"author"
:
"demo"
,
"repository"
:
{
"type"
:
"git"
,
"url"
:
""
},
"spm"
:
{
"main"
:
"index.js"
,
"dependencies"
:
{
"jquery"
:
"2.1.4"
,
"import-style"
:
"1.0.0"
,
"yoho.handlebars"
:
"3.0.3"
},
"devDependencies"
:
{
"expect.js"
:
"0.3.1"
},
"buildArgs"
:
"--idleading {{name}}"
},
"devDependencies"
:
{
"crypto"
:
"0.0.3"
,
"extract-text-webpack-plugin"
:
"^1.0.1"
,
"gulp"
:
"^3.9.1"
,
"gulp-autoprefixer"
:
"^3.1.0"
,
"gulp-clean"
:
"^0.3.1"
,
"gulp-concat"
:
"^2.6.0"
,
"gulp-develop-server"
:
"^0.5.0"
,
"gulp-ftp"
:
"^1.1.0"
,
"gulp-md5"
:
"^0.1.2"
,
"gulp-minify-css"
:
"^1.2.4"
,
"gulp-plumber"
:
"^1.1.0"
,
"gulp-rename"
:
"^1.2.2"
,
"gulp-sass"
:
"^2.0.4"
,
"gulp-uglify"
:
"^1.5.2"
,
"gulp-util"
:
"^3.0.7"
,
"webpack"
:
"^1.12.13"
},
"scripts"
:
{
"test"
:
"spm test"
,
"build"
:
"spm build"
},
"main"
:
"app.js"
,
"directories"
:
{
"example"
:
"examples"
,
"test"
:
"tests"
},
"license"
:
"ISC"
}
...
...
Please
register
or
login
to post a comment