Skip to content

Commit 90e1f61

Browse files
committed
loops pres
1 parent f9cbf60 commit 90e1f61

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+8252
-0
lines changed

2017-12-05-loops-xtensor/package.json

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "xtensor",
3+
"version": "1.0.0",
4+
"description": "xtensor presentation",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1",
8+
"postinstall": "cpx \"node_modules/reveal.js/**/*\" dist && cpx \"src/**/*\" dist && cpx \"node_modules/genericons/genericons/*.css\" dist && cpx \"node_modules/genericons/genericons/*\" dist/fonts"
9+
},
10+
"author": "",
11+
"license": "BSD",
12+
"dependencies": {
13+
"genericons": "^1.0.1",
14+
"reveal.js": "^3.4.1"
15+
},
16+
"devDependencies": {
17+
"cpx": "^1.5.0"
18+
}
19+
}
+91
Loading
+247
Loading

0 commit comments

Comments
 (0)