forked from unbxd/js-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.5 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
41
42
43
44
45
46
47
48
49
50
{
"name": "js-sdk",
"version": "1.0.0",
"description": "Unbxd JavaScript Search library =============================== [![Build Status](https://secure.travis-ci.org/emberjs/ember-rails.svg?branch=master)](http://travis-ci.org/emberjs/ember-rails) unbxdSearch.js library can be used to integrated UNBXD search or browse on client side. It supports History API, so users can share the URI.",
"main": "unbxd-sdk.js",
"directories": {
"test": "tests"
},
"dependencies": {
"colors": "^1.0.3",
"cryptiles": "^4.1.2",
"hoek": "^4.2.1",
"nodemailer": "^5.1.1",
"sshpk": "^1.13.2"
},
"scripts": {
"test": "karma start"
},
"repository": {
"type": "git",
"url": "https://github.com/unbxd/js-sdk.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/unbxd/js-sdk/issues"
},
"homepage": "https://github.com/unbxd/js-sdk",
"devDependencies": {
"chai": "^4.2.0",
"handlebars": "^4.0.5",
"jquery": "^3.3.1",
"jquery-ui": "^1.12.1",
"karma": "^4.0.0",
"karma-chai": "^0.1.0",
"karma-fixture": "^0.2.6",
"karma-handlebars-preprocessor": "^0.3.0",
"karma-html2js-preprocessor": "^1.0.0",
"karma-jquery": "^0.2.3",
"karma-json-fixtures-preprocessor": "0.0.6",
"karma-mocha": "^1.3.0",
"karma-phantomjs-launcher": "^1.0.2",
"karma-sinon": "^1.0.5",
"karma-spec-reporter": "0.0.32",
"karma-verbose-reporter": "0.0.6",
"mocha": "^6.0.1",
"phantom": "^6.0.3",
"sinon": "^7.2.4"
}
}