File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11node_modules
2+ bower_components
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " devtools-solidus" ,
3+ "version" : " 0.1.0" ,
4+ "homepage" : " https://github.com/solidusjs/devtools-solidus" ,
5+ "authors" : [
6+ " Josiah Sprague <josiah.sprague@gmail.com>" ,
7+ " Eric Lanehart <eric@sparkart.com>"
8+ ],
9+ "description" : " Adds Solidus debugging tools to the Chrome Developer Tools." ,
10+ "main" : " views/devpanel.html" ,
11+ "moduleType" : [
12+ " node"
13+ ],
14+ "keywords" : [
15+ " solidus" ,
16+ " devtools" ,
17+ " chrome"
18+ ],
19+ "license" : " MIT" ,
20+ "private" : true ,
21+ "ignore" : [
22+ " **/.*" ,
23+ " node_modules" ,
24+ " bower_components" ,
25+ " test" ,
26+ " tests"
27+ ],
28+ "dependencies" : {
29+ "ember" : " ~1.5.1" ,
30+ "bootstrap" : " ~3.2.0" ,
31+ "Inspector-JSON" : " SparkartGroupInc/Inspector-JSON#~0.1.0"
32+ }
33+ }
Original file line number Diff line number Diff line change 2929 "grunt-contrib-uglify" : " ~0.4.0"
3030 },
3131 "dependencies" : {
32- "Inspector-JSON " : " SparkartGroupInc/Inspector-JSON " ,
32+ "bower " : " ^1.3.6 " ,
3333 "socket.io-client" : " ^1.0.6"
34+ },
35+ "scripts" : {
36+ "postinstall" : " node_modules/.bin/bower install"
3437 }
3538}
Original file line number Diff line number Diff line change 33< head >
44 < script src ="../node_modules/socket.io-client/socket.io.js "> </ script >
55 < script src ="devpanel.js "> </ script >
6- < script src ="../node_modules/inspector-json /inspector-json.js "> </ script >
7- < link href ="../node_modules/inspector-json /inspector-json.css " media ="all " rel ="stylesheet " type ="text/css ">
6+ < script src ="../bower_components/Inspector-JSON /inspector-json.js "> </ script >
7+ < link href ="../bower_components/Inspector-JSON /inspector-json.css " media ="all " rel ="stylesheet " type ="text/css ">
88</ head >
99< body >
1010 < div id ="messageholder "> </ div >
You can’t perform that action at this time.
0 commit comments