UNPKG

911 BJSONView Raw
1{
2 "name": "@aerogear/security",
3 "version": "1.0.0",
4 "description": "AeroGear Services JavaScript Security SDK",
5 "main": "dist/index.js",
6 "types": "types/index.d.ts",
7 "scripts": {
8 "clean": "del coverage src/**/*.js src/**/*.map test/**/*.js test/**/*.map dist types",
9 "build": "tsc",
10 "watch": "tsc --watch",
11 "test": "nyc mocha"
12 },
13 "repository": {
14 "type": "git",
15 "url": "git+https://github.com/aerogear/aerogear-js-sdk.git"
16 },
17 "keywords": [
18 "aerogear",
19 "security",
20 "trust"
21 ],
22 "author": "AeroGear",
23 "license": "Apache-2.0",
24 "bugs": {
25 "url": "https://github.com/aerogear/aerogear-js-sdk/issues"
26 },
27 "homepage": "https://github.com/aerogear/aerogear-js-sdk#readme",
28 "devDependencies": {
29 "@types/chai": "^4.1.3",
30 "chai": "^4.1.2",
31 "mocha": "^5.1.1",
32 "nyc": "^11.7.1"
33 },
34 "dependencies": {
35 "@aerogear/core": "1.0.0"
36 }
37}