embark/package.json

36 lines
877 B
JSON
Raw Normal View History

2015-05-24 12:38:56 +00:00
{
"name": "embark-framework",
2015-06-10 12:44:12 +00:00
"version": "0.3.0",
2015-05-24 12:38:56 +00:00
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"embark": "./bin/embark"
},
"main": "./index.js",
2015-05-24 12:38:56 +00:00
"dependencies": {
"commander": "^2.8.1",
"compression": "^1.4.3",
"express": "^4.12.3",
2015-05-24 15:57:50 +00:00
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
2015-05-24 12:38:56 +00:00
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-coffee": "^0.13.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-open": "^0.2.3",
"matchdep": "^0.3.0",
"read-yaml": "^1.0.0",
2015-05-24 15:33:55 +00:00
"shelljs": "^0.5.0",
2015-06-04 10:33:14 +00:00
"web3": "^0.5.0",
"wrench": "^1.5.8",
"hashmerge": "^1.0.2"
2015-05-24 12:38:56 +00:00
},
"author": "Iuri Matias <iuri.matias@gmail.com>",
"contributors": [],
"license": "ISC"
}