Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
baas-ide
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guxukai
baas-ide
Commits
3d464906
Commit
3d464906
authored
Nov 22, 2017
by
yann300
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add browserify to remix-lib
parent
019f1018
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
40 additions
and
0 deletions
+40
-0
package.json
remix-lib/package.json
+40
-0
No files found.
remix-lib/package.json
View file @
3d464906
...
...
@@ -14,6 +14,11 @@
],
"main"
:
"./index.js"
,
"dependencies"
:
{
"babel-preset-es2015"
:
"^6.24.0"
,
"babel-plugin-transform-object-assign"
:
"^6.22.0"
,
"babel-eslint"
:
"^7.1.1"
,
"babelify"
:
"^7.3.0"
,
"fast-async"
:
"^6.1.2"
,
"ethereumjs-util"
:
"^4.5.0"
,
"web3"
:
"^0.15.3"
,
"solc"
:
"^0.4.13"
,
...
...
@@ -39,5 +44,40 @@
"build/*"
,
"test/resources/*"
]
},
"browserify"
:
{
"transform"
:
[
[
"babelify"
,
{
"plugins"
:
[
[
"fast-async"
,
{
"runtimePatten"
:
null
,
"compiler"
:
{
"promises"
:
true
,
"es7"
:
true
,
"noRuntime"
:
true
,
"wrapAwait"
:
true
}
}
],
"transform-object-assign"
]
}
],
[
"yo-yoify"
],
[
"babelify"
,
{
"presets"
:
[
"es2015"
]
}
]
]
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment