mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Added JS build script.
This commit is contained in:
26
package.json
Normal file
26
package.json
Normal 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"
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user