File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
1
[submodule "external/object-browser "]
2
2
path = external/object-browser
3
- url = https://github.com/kevinb7 /object-browser.git
3
+ url = https://github.com/kevinbarabash /object-browser.git
4
4
[submodule "external/processing-js "]
5
5
path = external/processing-js
6
- url = https://github.com/kevinb7 /processing-js.git
6
+ url = https://github.com/kevinbarabash /processing-js.git
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ This project is currently focused on debugging processing.js programs being
7
7
run in Khan Academy's live-editor. Eventually make the debugger more general
8
8
purpose. That being said, it already supports a lot of JavaScript constructs.
9
9
10
- [ live demo] ( http://kevinb7 .github.io/debugger/demo/index.html )
10
+ [ live demo] ( http://kevinbarabash .github.io/debugger/demo/index.html )
11
11
12
12
## Features ##
13
13
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " js-step" ,
3
3
"version" : " 0.0.1" ,
4
- "homepage" : " https://github.com/kevinb7/js-step " ,
4
+ "homepage" : " https://github.com/kevinbarabash " ,
5
5
"authors" : [
6
6
" Kevin Barabash <kevinb7@gmail.com>"
7
7
],
Original file line number Diff line number Diff line change 26
26
</ select >
27
27
</ div >
28
28
< div id ="title ">
29
- < a href ="https://github.com/kevinb7 /debugger "> debugger.js</ a >
29
+ < a href ="https://github.com/kevinbarabash /debugger "> debugger.js</ a >
30
30
</ div >
31
31
</ div >
32
32
Original file line number Diff line number Diff line change 11
11
},
12
12
"repository" : {
13
13
"type" : " git" ,
14
- "url" : " https://github.com/kevinb7/stepper .git"
14
+ "url" : " https://github.com/kevinbarabash/debugger .git"
15
15
},
16
16
"author" : " Kevin Barabash <kevinb7@gmail.com>" ,
17
17
"license" : " MIT" ,
18
18
"bugs" : {
19
- "url" : " https://github.com/kevinb7/js-step /issues"
19
+ "url" : " https://github.com/kevinbarabash/debugger /issues"
20
20
},
21
- "homepage" : " https://github.com/kevinb7/js-step " ,
21
+ "homepage" : " https://github.com/kevinbarabash/debugger " ,
22
22
"devDependencies" : {
23
23
"babelify" : " ^7.2.0" ,
24
24
"browserify" : " ^8.0.1" ,
27
27
"iframe-overlay" : " 0.1.1" ,
28
28
"jquery" : " ^2.1.1" ,
29
29
"mocha" : " ^2.0.1" ,
30
- "poster" : " git://github.com/kevinb7 /poster.git" ,
30
+ "poster" : " git://github.com/kevinbarabash /poster.git" ,
31
31
"sinon" : " ^1.17.2" ,
32
32
"testee" : " ^0.1.7" ,
33
33
"watchify" : " ^3.6.1"
34
34
},
35
35
"dependencies" : {
36
- "basic-ds" : " git://github.com/kevinb7 /basic-ds.git" ,
37
- "escodegen" : " git://github.com/kevinb7 /escodegen.git#yield_with_parentheses" ,
36
+ "basic-ds" : " git://github.com/kevinbarabash /basic-ds.git" ,
37
+ "escodegen" : " git://github.com/kevinbarabash /escodegen.git#yield_with_parentheses" ,
38
38
"escope" : " ^1.0.1" ,
39
39
"esprima-fb" : " ^8001.1001.0-dev-harmony-fb" ,
40
40
"estraverse" : " ^1.9.0" ,
You can’t perform that action at this time.
0 commit comments