-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 939 Bytes
/
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
{
"name": "slides",
"version": "1.0.0",
"description": "A set of slides after Gary Bernhardt's introduction slides at DeconstructConf 2017.",
"main": "index.js",
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-preset-env": "^1.4.0",
"npm-watch": "^0.1.9",
"webpack": "^2.5.1"
},
"scripts": {
"build": "webpack",
"watch": "npm-watch"
},
"watch": {
"build": "src/*.js"
},
"repository": {
"type": "git",
"url": "[email protected]/sjmog/slides.git"
},
"keywords": [
"slides"
],
"author": "Sam Morgan ([email protected])",
"license": "MIT",
"bugs": {
"url": "https://github.com/sjmog/slides/issues"
},
"homepage": "https://github.com/sjmog/slides#readme",
"dependencies": {
"FitText-UMD": "^1.0.0",
"bigtext": "^0.1.8",
"smoothscroll": "^0.3.0",
"smoothscroll-polyfill": "^0.3.5"
}
}