embark/package.json

52 lines
1.2 KiB
JSON
Raw Permalink Normal View History

2015-05-24 12:38:56 +00:00
{
"name": "embark",
2016-10-30 12:49:43 +00:00
"version": "2.1.3",
2016-10-02 23:01:10 +00:00
"description": "Embark is a framework that allows you to easily develop and deploy DApps",
2015-05-24 12:38:56 +00:00
"scripts": {
2016-10-22 22:23:44 +00:00
"test": "grunt jshint && mocha test/ --no-timeouts"
2015-05-24 12:38:56 +00:00
},
"bin": {
"embark": "./bin/embark"
},
"main": "./lib/index.js",
2015-06-09 11:57:19 +00:00
"directories": {
"lib": "./lib"
},
2015-05-24 12:38:56 +00:00
"dependencies": {
2016-08-13 14:48:00 +00:00
"async": "^2.0.1",
"bignumber.js": "debris/bignumber.js#master",
2016-09-17 03:56:25 +00:00
"blessed": "^0.1.81",
2016-08-21 22:05:35 +00:00
"bluebird": "^3.4.1",
2016-08-14 16:26:49 +00:00
"chokidar": "^1.6.0",
2016-08-14 15:10:34 +00:00
"colors": "^1.1.2",
2015-05-24 12:38:56 +00:00
"commander": "^2.8.1",
2016-08-14 15:10:34 +00:00
"finalhandler": "^0.5.0",
2015-05-24 15:57:50 +00:00
"grunt": "^0.4.5",
2016-09-25 01:10:47 +00:00
"json-honey": "^0.4.1",
"merge": "^1.2.0",
2015-07-10 02:54:04 +00:00
"meteor-build-client": "^0.1.6",
"mkdirp": "^0.5.1",
2016-10-21 02:47:50 +00:00
"solc": "^0.4.0",
2015-05-24 12:38:56 +00:00
"read-yaml": "^1.0.0",
2016-10-03 19:55:53 +00:00
"request": "^2.75.0",
2016-08-14 15:10:34 +00:00
"serve-static": "^1.11.1",
2015-05-24 15:33:55 +00:00
"shelljs": "^0.5.0",
"toposort": "^0.2.10",
2016-02-29 14:48:51 +00:00
"web3": "^0.15.0",
2016-05-23 20:00:54 +00:00
"wrench": "^1.5.8"
2015-05-24 12:38:56 +00:00
},
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"license": "ISC",
"devDependencies": {
2016-10-22 22:32:05 +00:00
"grunt-cli": "^0.1.13",
"grunt-mocha-test": "^0.12.7",
2016-10-22 21:22:58 +00:00
"grunt-contrib-jshint": "^1.0.0",
"matchdep": "^1.0.1",
"mocha": "^2.2.5",
"mocha-sinon": "^1.1.4",
2016-09-27 04:55:35 +00:00
"sinon": "^1.15.4",
"toposort": "^0.2.12"
}
2015-05-24 12:38:56 +00:00
}