embark/package.json

43 lines
971 B
JSON
Raw Normal View History

2015-05-24 12:38:56 +00:00
{
"name": "embark-framework",
2016-08-10 11:59:37 +00:00
"version": "1.2.0",
2015-05-24 12:38:56 +00:00
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"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-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",
2015-08-03 12:44:16 +00:00
"js-sha3": "^0.3.1",
2015-07-10 02:54:04 +00:00
"meteor-build-client": "^0.1.6",
"mkdirp": "^0.5.1",
2015-05-24 12:38:56 +00:00
"read-yaml": "^1.0.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": {
"grunt-mocha-test": "^0.12.7",
"mocha": "^2.2.5",
"mocha-sinon": "^1.1.4",
"sinon": "^1.15.4"
}
2015-05-24 12:38:56 +00:00
}