forked from marijnh/Eloquent-JavaScript
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
35 lines (35 loc) · 913 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
{
"name": "Eloquent-JavaScript",
"license": "CC BY-NC 3.0",
"version": "0.1.0",
"author": "Marijn Haverbeke <[email protected]>",
"description": "Sources for the book Eloquent JavaScript",
"repository": {
"type": "git",
"url": "git://github.com/marijnh/Eloquent-JavaScript.git"
},
"dependencies": {
"acorn": "^5.7.2",
"codemirror": "^5.40.0",
"firebase-tools": "^8.9.2",
"hjson": "^3.1.0",
"jszip": "^2.5.0",
"markdown-it": "^8.4.2",
"markdown-it-emoji": "^1.4.0",
"markdown-it-sub": "^1.0.0",
"markdown-it-sup": "^1.0.0",
"mime": "^2.3.1",
"mold-template": "^2.0.1",
"uglify-js": "^2.0.0"
},
"devDependencies": {
"jsdom": "^11.12.0",
"npm-check-updates": "^2.15.0",
"onchange": "^4.1.0",
"promise": "^8.0.1"
},
"scripts": {
"watch": "onchange \"*.md\" \"./src/*.js\" -- make html",
"test": "make test"
}
}