forked from sxswdemo/github-book
-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
40 lines (40 loc) · 961 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
36
37
38
39
40
{
"name": "atc",
"version": "0.0.1",
"description": "Authoring Tools Client (Javascript Book Editor)",
"main": "./scripts/main.js",
"directories": {
"test": "test"
},
"scripts": {
"print-mock-data": "node ./test/print-mock-data.js",
"test": "jasmine-node --verbose --coffee --runWithRequireJs --requireJsSetup ./specs/requirejs-wrapper-template.js ./specs/",
"install": "bower install",
"update": "bower update"
},
"dependencies": {
"bower": "~1.7",
"requirejs": "~2.1",
"cs": "git://github.com/jrburke/require-cs.git",
"backbone": "~1.0",
"jquery": "~1.8",
"coffee-script": "~1.10",
"jasmine-node": "~1.10"
},
"devDependencies": {
"docco": "~0.4.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Connexions/atc.git"
},
"keywords": [
"javascript",
"EPUB",
"editor",
"github",
"readium",
"writium"
],
"author": "Philip Schatz"
}