-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 790 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 790 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
{
"name": "opensiddur-client",
"version": "0.1.7",
"description": "Open Siddur client application",
"main": "karma.conf.js",
"dependencies" : {},
"devDependencies": {
"jasmine-core": "^2.4.1",
"karma": "^0.13.22",
"karma-chrome-launcher": "^0.2.2",
"karma-firefox-launcher": "^0.1.7",
"karma-html-reporter": "^0.2.7",
"karma-phantomjs-launcher": "^1.0.0",
"karma-jasmine": "^0.3.8",
"phantomjs-prebuilt": "^2.1.6"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/opensiddur/opensiddur-client.git"
},
"author": "Efraim Feinstein",
"license": "LGPL 3+",
"bugs": {
"url": "https://github.com/opensiddur/opensiddur-client/issues"
}
}