Added JS build script.

This commit is contained in:
Stefan Thomas
2012-11-07 12:49:17 -08:00
parent fa3fab5816
commit f4d951cd67
7 changed files with 70 additions and 9 deletions

26
package.json Normal file
View File

@@ -0,0 +1,26 @@
{
"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",
"webpack": "~0.7.17"
},
"scripts": {
"test": "buster test"
},
"repository": {
"type": "git",
"url": "git://github.com/jedmccaleb/NewCoin.git"
},
"readmeFilename": "README"
}