forked from marijnh/Eloquent-JavaScript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 598 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 598 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "Eloquent-JavaScript",
"license": "CC BY-NC 3.0",
"version": "0.1.0",
"author": "Marijn Haverbeke <marijnh@gmail.com>",
"description": "Sources for the book Eloquent JavaScript",
"repository": {
"type": "git",
"url": "git://github.com/marijnh/Eloquent-JavaScript.git"
},
"dependencies": {
"acorn": "0.3",
"codemirror": "4",
"jszip": "^2.5.0",
"uglify-js": "2"
},
"devDependencies": {
"contextify": "kkoopa/contextify",
"jsdom": "0.10",
"canvas": "git://github.com/learnboost/node-canvas",
"promise": "6",
"jszip": "2"
}
}