-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.26 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "react-talk-dec2014",
"version": "0.0.1",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/jtuulos/react-talk-dec2014.git"
},
"author": "Jyri Tuulos <jyri@adroll.com>",
"license": "MIT",
"homepage": "https://github.com/jtuulos/react-talk-dec2014",
"devDependencies": {
"browserify": "^7.0.0",
"browserify-shim": "^3.8.1",
"del": "^1.1.0",
"gulp": "^3.8.10",
"gulp-concat": "^2.4.2",
"gulp-connect": "^2.2.0",
"gulp-file-include": "^0.7.1",
"gulp-load-plugins": "^0.8.0",
"gulp-sass": "^1.2.4",
"gulp-sourcemaps": "^1.2.8",
"highlight.js": "^8.4.0",
"object-assign": "^2.0.0",
"reveal.js": "^2.6.2",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.0.0",
"vivus": "maxwellito/vivus#v0.1.2",
"watchify": "^2.1.1"
},
"browser": {
"head.js": "./node_modules/reveal.js/lib/js/head.min.js",
"reveal.js": "./node_modules/reveal.js/js/reveal.js",
"vivus": "./node_modules/vivus/dist/vivus.js"
},
"browserify-shim": {
"head.js": "head",
"reveal.js": {
"exports": "Reveal",
"depends": [
"head.js:head"
]
},
"vivus": "Vivus"
},
"browserify": {
"transform": [
"browserify-shim"
]
}
}