Please enable JavaScript to use RhodeCode Enterprise
Commit Description:
fix wrong merge
Commit Description:
fix wrong merge
{
"name" : "restructure" ,
"version" : "0.5.4" ,
"description" : "Declaratively encode and decode binary data" ,
"main" : "index.js" ,
"dependencies" : {
"browserify-optional" : "^1.0.0"
},
"devDependencies" : {
"chai" : "~1.9.1" ,
"coffee-coverage" : "~0.4.2" ,
"coffee-script" : "~1.7.1" ,
"concat-stream" : "~1.4.5" ,
"coveralls" : "^2.10.0" ,
"iconv-lite" : "^0.4.7" ,
"mocha" : "~1.18.2" ,
"mocha-lcov-reporter" : "0.0.1"
},
"browserify" : {
"transform" : [
"browserify-optional"
]
},
"scripts" : {
"test" : "mocha" ,
"cover" : "mocha --require coverage.js --reporter html-cov > coverage.html" ,
"coveralls" : "mocha --require coverage.js --reporter mocha-lcov-reporter | coveralls" ,
"prepublish" : "coffee -c src/ index.coffee" ,
"postpublish" : "rm -rf index.js src/*.js"
},
"repository" : {
"type" : "git" ,
"url" : "git://github.com/devongovett/restructure.git"
},
"keywords" : [
"binary" ,
"struct" ,
"encode" ,
"decode"
],
"author" : "Devon Govett <devongovett@gmail.com>" ,
"license" : "MIT" ,
"bugs" : {
"url" : "https://github.com/devongovett/restructure/issues"
},
"homepage" : "https://github.com/devongovett/restructure"
}
Site-wide shortcuts
/
Use quick search box
g h
Goto home page
g g
Goto my private gists page
g G
Goto my public gists page
n r
New repository page
n g
New gist page
Repositories
g s
Goto summary page
g c
Goto changelog page
g f
Goto files page
g F
Goto files page with file search activated
g p
Goto pull requests page
g o
Goto repository settings
g O
Goto repository permissions settings