-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 826 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 826 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
29
30
31
32
33
{
"name": "LibriFox",
"version": "0.0.0",
"description": "LibriFox is a Firefox OS audio book player for LibriVox audio books.",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"chai": "^2.1.2",
"karma": "^0.12.31",
"karma-chai": "^0.1.0",
"karma-cli": "^0.0.4",
"karma-firefox-launcher": "^0.1.4",
"karma-mocha": "^0.1.10",
"karma-sinon": "^1.0.4",
"karma-sinon-chai": "^1.0.0",
"mocha": "^2.2.1",
"sinon": "^1.14.1",
"sinon-chai": "^2.8.0"
},
"scripts": {
"test": "karma"
},
"repository": {
"type": "git",
"url": "https://github.com/ahirschberg/LibriFox.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ahirschberg/LibriFox/issues"
},
"homepage": "https://github.com/ahirschberg/LibriFox"
}