started presentation
Showing
- .bowerrc 3 additions, 0 deletions.bowerrc
- .editorconfig 10 additions, 0 deletions.editorconfig
- .gitignore 6 additions, 0 deletions.gitignore
- .jshintrc 19 additions, 0 deletions.jshintrc
- .yo-rc.json 9 additions, 0 deletions.yo-rc.json
- Gruntfile.coffee 128 additions, 0 deletionsGruntfile.coffee
- bower.json 8 additions, 0 deletionsbower.json
- js/loadhtmlslides.js 44 additions, 0 deletionsjs/loadhtmlslides.js
- package.json 21 additions, 0 deletionspackage.json
- slides/index.md 10 additions, 0 deletionsslides/index.md
- slides/list.json 4 additions, 0 deletionsslides/list.json
- slides/nodejs.md 1 addition, 0 deletionsslides/nodejs.md
- slides/who-is-this-kid.md 8 additions, 0 deletionsslides/who-is-this-kid.md
- templates/_index.html 93 additions, 0 deletionstemplates/_index.html
- templates/_section.html 5 additions, 0 deletionstemplates/_section.html
.bowerrc
0 → 100644
.editorconfig
0 → 100644
.gitignore
0 → 100644
.jshintrc
0 → 100644
.yo-rc.json
0 → 100644
Gruntfile.coffee
0 → 100644
bower.json
0 → 100644
js/loadhtmlslides.js
0 → 100644
package.json
0 → 100644
{ | ||
"name": "nodejs", | ||
"version": "0.0.0", | ||
"private": true, | ||
"devDependencies": { | ||
"grunt": "^0.4.5", | ||
"grunt-contrib-connect": "^0.9.0", | ||
"grunt-contrib-watch": "^0.6.1", | ||
"grunt-contrib-copy": "^0.7.0", | ||
"grunt-contrib-jshint": "^0.10.0", | ||
"load-grunt-tasks": "^1.0.0", | ||
"grunt-coffeelint": "0.0.13" | ||
}, | ||
"engines": { | ||
"node": ">=0.10.0", | ||
"npm": ">=1.3.7" | ||
}, | ||
"scripts": { | ||
"test": "grunt test" | ||
} | ||
} |
slides/index.md
0 → 100644
slides/list.json
0 → 100644
slides/nodejs.md
0 → 100644
slides/who-is-this-kid.md
0 → 100644
templates/_index.html
0 → 100644
templates/_section.html
0 → 100644
Please register or sign in to comment