-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (46 loc) · 1.1 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
{
"name": "component-uds-json",
"version": "1.0.3",
"description": "A JSON-based User Data Store (UDS) component",
"main": "index.js",
"scripts": {
"test": "istanbul cover _mocha",
"docs": "jsdoc -c ./.jsdoc-conf.json",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"keywords": [
"storage",
"component",
"uds"
],
"author": "Adam Powers",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/apowers313/component-uds-json"
},
"bugs": {
"url": "https://github.com/apowers313/component-uds-json/issues",
"email": "[email protected]"
},
"devDependencies": {
"chai": "^3.5.0",
"gh-pages": "^0.12.0",
"ink-docstrap": "^1.3.0",
"istanbul": "^0.4.5",
"istanbul-coveralls": "^1.0.3",
"jsdoc": "^3.4.3",
"mocha": "^2.5.3",
"mockery": "^2.0.0",
"sinon": "^1.17.6"
},
"dependencies": {
"component-user-class": "^1.0.1",
"component-class": "^2.0.0",
"mkdirp": "^1.0.0",
"tingodb": "https://github.com/sergeyksv/tingodb",
"snyk": "^1.316.1"
},
"snyk": true
}