Skip to content

Commit 993b630

Browse files
committed
added a package.json file to publish the package on npm
1 parent a101c5b commit 993b630

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

Diff for: package.json

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"name": "DataStream.js",
3+
"version": "0.1.0",
4+
"description": "DataStream.js is a library for reading data from ArrayBuffers",
5+
"main": "DataStream.js",
6+
"repository": {
7+
"type": "git",
8+
"url": "git://github.com/kig/DataStream.js.git"
9+
},
10+
"keywords": [
11+
"datastream",
12+
"arraybuffer"
13+
],
14+
"author": "Ilmari Heikkinen <[email protected]> (http://fhtr.net)",
15+
"license": "Apache-2.0",
16+
"bugs": {
17+
"url": "https://github.com/kig/DataStream.js/issues"
18+
},
19+
"homepage": "https://github.com/kig/DataStream.js",
20+
"readmeFilename": "README.md"
21+
}

0 commit comments

Comments
 (0)