forked from Bradfield/algos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 876 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
{
"name": "algos-book",
"version": "1.0.0",
"description": "Algorithms and data structures book",
"dependencies": {
"ejs": "^2.3.4",
"katex": "^0.5.1",
"http-server": "^0.8.5",
"lodash": "^3.10.1",
"metalsmith": "^2.1.0",
"metalsmith-collections": "^0.7.0",
"metalsmith-drafts": "0.0.1",
"metalsmith-layouts": "^1.4.2",
"metalsmith-markdown": "^0.2.1",
"metalsmith-permalinks": "^0.4.0",
"prismjs": "^1.3.0"
},
"scripts": {
"start": "./run build-book && ./run serve"
},
"engines": {
"node": "6.1.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Bradfield/algos.git"
},
"author": "Ozan Onay <ozan.onay@gmail.com>",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/Bradfield/algos/issues"
},
"homepage": "https://github.com/Bradfield/algos#readme"
}