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
cc0028c1
Commit
cc0028c1
authored
Jun 25, 2018
by
Iuri Matias
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update remix-analyzer package
parent
4742022f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
5 deletions
+24
-5
package.json
remix-analyzer/package.json
+24
-5
No files found.
remix-analyzer/package.json
View file @
cc0028c1
{
"name"
:
"remix-analyzer"
,
"version"
:
"0.1.0"
,
"description"
:
""
,
"main"
:
"index.js"
,
"description"
:
"
Remix Analyzer
"
,
"main"
:
"
./
index.js"
,
"contributors"
:
[
{
"name"
:
"Alex Beregszaszi"
,
...
...
@@ -17,9 +17,28 @@
"email"
:
"yann@ethdev.com"
}
],
"dependencies"
:
{
"babel-eslint"
:
"^7.1.1"
,
"babel-plugin-transform-object-assign"
:
"^6.22.0"
,
"remix-lib"
:
"^0.2.9"
,
"babel-preset-es2015"
:
"^6.24.0"
},
"scripts"
:
{
"test"
:
"echo
\"
Error: no test specified
\"
&& exit 1"
"test"
:
"standard && tape ./test/tests.js"
},
"standard"
:
{
"ignore"
:
[
"node_modules/*"
,
"soljson.js"
],
"parser"
:
"babel-eslint"
},
"author"
:
""
,
"license"
:
"ISC"
"author"
:
"Remix Team"
,
"license"
:
"MIT"
,
"homepage"
:
"https://github.com/ethereum/remix#readme"
,
"devDependencies"
:
{
"solc"
:
"^0.4.24"
,
"standard"
:
"^7.0.1"
,
"tape"
:
"^4.6.0"
}
}
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