OSDN Git Service

GeorgeValergas/embrr
authorjianghgr <jianghgr@user.osdn.net>
Sat, 18 May 2019 18:51:47 +0000 (03:51 +0900)
committerjianghgr <jianghgr@user.osdn.net>
Sat, 18 May 2019 18:51:47 +0000 (03:51 +0900)
commite4e2495ca24f6da4fd222ae6e043105f3055ca8f
treed372c0074432bb8b696fca688d4d428d97cc102c
parent3d20b0204db7467cee31a54cafcd2c07bdcfbf50
GeorgeValergas/embrr
34 files changed:
Gruntfile.js [new file with mode: 0644]
README.md
app/index.html [new file with mode: 0644]
app/scripts/app.js [new file with mode: 0644]
app/scripts/routes/application_route.js [new file with mode: 0644]
app/scripts/store.js [new file with mode: 0644]
app/styles/style.scss [new file with mode: 0644]
app/templates/application.hbs [new file with mode: 0644]
app/templates/index.hbs [new file with mode: 0644]
bower.json [new file with mode: 0644]
package.json [new file with mode: 0644]
test/.bowerrc [new file with mode: 0644]
test/bower.json [new file with mode: 0644]
test/bower_components/chai/.bower.json [new file with mode: 0644]
test/bower_components/chai/History.md [new file with mode: 0644]
test/bower_components/chai/README.md [new file with mode: 0644]
test/bower_components/chai/ReleaseNotes.md [new file with mode: 0644]
test/bower_components/chai/bower.json [new file with mode: 0644]
test/bower_components/chai/chai.js [new file with mode: 0644]
test/bower_components/chai/component.json [new file with mode: 0644]
test/bower_components/chai/karma.conf.js [new file with mode: 0644]
test/bower_components/chai/karma.sauce.js [new file with mode: 0644]
test/bower_components/chai/package.json [new file with mode: 0644]
test/bower_components/chai/sauce.browsers.js [new file with mode: 0644]
test/bower_components/mocha/.bower.json [new file with mode: 0644]
test/bower_components/mocha/History.md [new file with mode: 0644]
test/bower_components/mocha/LICENSE [new file with mode: 0644]
test/bower_components/mocha/Readme.md [new file with mode: 0644]
test/bower_components/mocha/bower.json [new file with mode: 0644]
test/bower_components/mocha/media/logo.svg [new file with mode: 0644]
test/bower_components/mocha/mocha.css [new file with mode: 0644]
test/bower_components/mocha/mocha.js [new file with mode: 0644]
test/index.html [new file with mode: 0644]
test/spec/test.js [new file with mode: 0644]