1.0.3 • Published 9 years ago

jsb3 v1.0.3

Weekly downloads
9
License
MIT
Repository
github
Last release
9 years ago

jsb3

Process a jsb3 file into an array of files

NPM Version Build Status Dependency Status

Install

$ npm install --save-dev jsb3

Usage

var jsb3 = require('jsb3');

jsb3('testfiles/file1.jsb3').then(function (files){
	// Do something to files array	
}).fail(function (message){
	
});	

License

MIT © Unit4

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago

0.2.2

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.0

10 years ago