-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 888 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": {
"test": "echo \"Error: no test specified\" && exit 1",
"print-mock-data": "node ./test/print-mock-data.js",
"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.6",
"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"
}