forked from unfoldingWord/door43.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.25 KB
/
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": "door43.org",
"version": "1.0.0",
"description": "master | [![Build Status](https://travis-ci.org/unfoldingWord-dev/door43.org.svg?branch=master)](https://travis-ci.org/unfoldingWord-dev/door43.org)",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "node_modules/.bin/karma start",
"test-chrome": "./run_karma_tests.sh Chrome",
"test-firefox": "./run_karma_tests.sh Firefox",
"test-phantom": "./run_karma_tests.sh PhantomJS"
},
"repository": {
"type": "git",
"url": "git+https://github.com/unfoldingWord-dev/door43.org.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/unfoldingWord-dev/door43.org/issues"
},
"homepage": "https://github.com/unfoldingWord-dev/door43.org#readme",
"dependencies": {
"jasmine-ajax": "^3.3.1",
"jasmine-core": "^2.6.2",
"jasmine-jquery": "^2.1.1",
"karma": "^1.7.0",
"karma-chrome-launcher": "^2.1.1",
"karma-coverage": "^1.1.1",
"karma-coveralls": "^1.1.2",
"karma-firefox-launcher": "^1.0.1",
"karma-jasmine": "^1.1.0",
"karma-jasmine-ajax": "^0.1.13",
"karma-jasmine-jquery": "^0.1.1",
"karma-phantomjs-launcher": "^1.0.4",
"phantomjs-prebuilt": "^2.1.14"
}
}