-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 860 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 860 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
34
35
{
"name": "@factern/factern-client",
"version": "0.9.11",
"description": "Factern API v2 Client",
"main": "dist/factern-client-bundle.js",
"scripts": {
"test": "mocha --timeout 15000 test"
},
"browser": {
"fs": false,
"./dist/factern-client-bundle.js": "./dist/factern-client-bundle-web.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Factern/factern-client-javascript.git"
},
"keywords": [
"factern"
],
"author": "Factern Ltd <discovery@factern.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Factern/factern-client-javascript/issues"
},
"dependencies": {
"superagent": "^3.8.3"
},
"devDependencies": {
"expect.js": "^0.3.1",
"mocha": "^5.1.1",
"randomstring": "^1.1.5",
"sinon": "^4.5.0"
},
"homepage": "https://next.factern.com/"
}