-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.13 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
{
"name": "elliptic-curve-intro",
"version": "1.0.0",
"description": "Elliptic Curve Intro",
"main": "index.js",
"scripts": {
"build-sass": "node-sass scss/index.scss -o css && node-sass -w scss/index.scss -o css",
"build-js": "watchify js/scripts.js -o js/bundle.js",
"start": "parallelshell 'npm run build-sass' 'npm run build-js'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ossys/presentation-template.git"
},
"keywords": [
"presentation",
"template"
],
"author": "Chad Cravens",
"license": "MIT",
"bugs": {
"url": "https://github.com/ossys/presentation-template/issues"
},
"homepage": "https://github.com/ossys/presentation-template#readme",
"devDependencies": {
"angular": "^1.6.8",
"browserify": "^15.2.0",
"d3": "^3.5.13",
"elliptic": "^6.4.0",
"function-plot": "^1.18.1",
"gulp": "^3.9.1",
"jquery": "^3.2.1",
"mathjax": "^2.7.2",
"node-sass": "^4.7.2",
"parallelshell": "^3.0.2",
"prismjs": "^1.10.0",
"reveal.js": "^3.6.0",
"watchify": "^3.9.0"
},
"dependencies": {
"bootstrap-sass": "^3.3.7"
}
}