Commit 08b3c227 authored by Alex Beregszaszi's avatar Alex Beregszaszi

Order entires alphabetically in package.json

parent f639bf63
...@@ -3,23 +3,24 @@ ...@@ -3,23 +3,24 @@
"version": "1.0.0", "version": "1.0.0",
"description": "Minimalistic browser-based Solidity IDE", "description": "Minimalistic browser-based Solidity IDE",
"scripts": { "scripts": {
"test": "node test/index.js",
"browser-test": "nightwatch --config nightwatch.js --env local", "browser-test": "nightwatch --config nightwatch.js --env local",
"browser-test-remote-chrome": "nightwatch --config nightwatch.js --env chrome",
"browser-test-remote-firefox": "nightwatch --config nightwatch.js --env default", "browser-test-remote-firefox": "nightwatch --config nightwatch.js --env default",
"browser-test-remote-ie": "nightwatch --config nightwatch.js --env ie", "browser-test-remote-ie": "nightwatch --config nightwatch.js --env ie",
"browser-test-remote-chrome": "nightwatch --config nightwatch.js --env chrome",
"browser-test-remote-safari": "nightwatch --config nightwatch.js --env safari", "browser-test-remote-safari": "nightwatch --config nightwatch.js --env safari",
"build": "mkdir -p build; browserify src/index.js -g yo-yoify -o build/app.js", "build": "mkdir -p build; browserify src/index.js -g yo-yoify -o build/app.js",
"csslint": "csslint --ignore=order-alphabetical assets/css/", "csslint": "csslint --ignore=order-alphabetical assets/css/",
"downloadsolc": "rm soljson.js; wget https://ethereum.github.io/solc-bin/soljson.js", "downloadsolc": "rm soljson.js; wget https://ethereum.github.io/solc-bin/soljson.js",
"lint": "semistandard", "lint": "semistandard",
"serve": "http-server ." "serve": "http-server .",
"test": "node test/index.js"
}, },
"devDependencies": { "devDependencies": {
"brace": "^0.8.0", "brace": "^0.8.0",
"browserify": "^13.0.0", "browserify": "^13.0.0",
"csslint": "^1.0.2", "csslint": "^1.0.2",
"es6-shim": "^0.35.1", "es6-shim": "^0.35.1",
"ethereum-remix": "0.0.2-alpha.0.0.7",
"ethereumjs-abi": "^0.6.4", "ethereumjs-abi": "^0.6.4",
"ethereumjs-block": "^1.2.2", "ethereumjs-block": "^1.2.2",
"ethereumjs-tx": "^1.1.1", "ethereumjs-tx": "^1.1.1",
...@@ -36,8 +37,7 @@ ...@@ -36,8 +37,7 @@
"web3": "^0.16.0", "web3": "^0.16.0",
"webworkify": "^1.2.1", "webworkify": "^1.2.1",
"yo-yo": "^1.2.2", "yo-yo": "^1.2.2",
"yo-yoify": "^3.3.0", "yo-yoify": "^3.3.0"
"ethereum-remix": "0.0.2-alpha.0.0.7"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment