-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
72 changed files
with
4,541 additions
and
6,462 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,4 +5,4 @@ node_js: | |
install: | ||
- "npm install" | ||
script: | ||
- 'gulp' | ||
- 'node ./node_modules/typescript/bin/tsc -p ./' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,8 @@ | ||
{ | ||
"name": "TS-ByteArray", | ||
"name": "DataArray", | ||
"version": "1.3.0", | ||
"description": "ActionScript3 ByteArray API for JavaScript", | ||
"main": "src/ByteArray.ts", | ||
"bin": { | ||
"TS-ByteArray": "ByteArrayTest.js" | ||
}, | ||
"description": "Extended ActionScript3 ByteArray API for JavaScript", | ||
"main": "src/nid/utils/DataArray.ts", | ||
"directories": { | ||
"test": "test" | ||
}, | ||
|
@@ -15,22 +12,24 @@ | |
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/nidin/TS-ByteArray.git" | ||
"url": "https://github.com/nidin/DataArray.git" | ||
}, | ||
"keywords": [ | ||
"javascript", | ||
"typescript", | ||
"dataarray", | ||
"bytearray" | ||
], | ||
"author": "Nidin Vinayakan <[email protected]>", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/nidin/TS-ByteArray/issues" | ||
"url": "https://github.com/nidin/DataArray/issues" | ||
}, | ||
"homepage": "https://github.com/nidin/TS-ByteArray", | ||
"homepage": "https://github.com/nidin/DataArray", | ||
"devDependencies": { | ||
"bower":"1.5.3", | ||
"typescript":"1.5.3", | ||
"typescript": "^1.7.5", | ||
"systemjs": "0.19.6", | ||
"gulp":"3.9.0", | ||
"gulp-shell":"0.4.3", | ||
"gulp-uglify":"1.4.1", | ||
|
Oops, something went wrong.