-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 716 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 716 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
25
26
27
28
{
"name": "canvasdeepdive-book",
"version": "0.0.0",
"description": "scripts to build the HTML Canvas Deep Dive webbook",
"main": "build.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/joshmarinacci/canvasdeepdive-book.git"
},
"keywords": [
"canvas"
],
"author": "joshua@marinacci.org",
"license": "BSD",
"bugs": {
"url": "https://github.com/joshmarinacci/canvasdeepdive-book/issues"
},
"homepage": "https://github.com/joshmarinacci/canvasdeepdive-book",
"dependencies": {
"bootstrap": "^3.2.0",
"mustache": "^0.8.2",
"ometa-js": "^1.3.2",
"wrench": "^1.5.8"
}
}