-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 933 Bytes
/
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
{
"name": "@pat-project/web-sdk",
"version": "1.0.0",
"description": "Web SDK for the Pat Project",
"main": "lib/sdk.js",
"directories": {
"lib": "lib"
},
"files": [
"lib/sdk.js"
],
"scripts": {
"test": "karma start karma.conf.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pat-project/web-sdk.git"
},
"keywords": [],
"author": "Iain Reid <iainreid382@gmail.com> (https://chaff.land)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/pat-project/web-sdk/issues"
},
"publishConfig": {
"access": "public"
},
"homepage": "https://github.com/pat-project/web-sdk#readme",
"devDependencies": {
"karma": "^5.0.2",
"karma-coverage-istanbul-instrumenter": "^1.0.2",
"karma-coverage-istanbul-reporter": "^2.1.1",
"karma-mocha": "^2.0.0",
"karma-should": "^1.0.0",
"mocha": "^7.1.1",
"should": "^13.2.3"
}
}