Files
xahaud/package.json
Stefan Thomas f00a82a554 The command "grunt" now builds everything.
Switched webpack build over to grunt.
2012-12-23 00:48:55 +01:00

27 lines
496 B
JSON

{
"name": "ripple",
"version": "0.7.0",
"description": "Open-source peer-to-peer payment network",
"directories": {
"test": "test"
},
"dependencies": {
"async": "~0.1.22",
"ws": "~0.4.22",
"extend": "~1.1.1"
},
"devDependencies": {
"buster": "~0.6.2",
"grunt-webpack": "~0.4.0"
},
"scripts": {
"test": "buster test"
},
"repository": {
"type": "git",
"url": "git://github.com/jedmccaleb/NewCoin.git"
},
"readmeFilename": "README"
}