-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
58 lines (58 loc) · 1.29 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
51
52
53
54
55
56
57
58
{
"name": "ngnx-data-proxy-file",
"version": "1.0.21",
"description": "A generic class for persisting data to disk. Edit",
"main": "index.js",
"scripts": {
"test": "tape test/**/*.js | tap-spec && standard | snazzy --verbose"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ngnjs/ngnx-data-proxy-file.git"
},
"keywords": [
"ngnx",
"data",
"proxy",
"file"
],
"author": "Corey Butler",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/ngnjs/ngnx-data-proxy-file/issues"
},
"homepage": "https://github.com/ngnjs/ngnx-data-proxy-file#readme",
"dependencies": {
"ngnx-data-proxy-database": "^1.0.8",
"proper-lockfile": "^2.0.1"
},
"devDependencies": {
"babel-eslint": "^7.2.3",
"fs-extra": "^2.1.2",
"gulp": "^3.9.1",
"gulp-header": "^1.8.8",
"gulp-strip-comments": "^2.4.5",
"ngn": "^0.3.30",
"shortbus": "^1.2.7",
"snazzy": "^7.0.0",
"standard": "^10.0.2",
"standard-tap": "^1.0.1",
"tap-spec": "^4.1.1",
"tape": "^4.6.3"
},
"standard": {
"parser": "babel-eslint",
"ignore": [
"_*",
"_**/*"
],
"globals": [
"NGN",
"ngn",
"NGNX",
"ngnx",
"LoggingMethodError",
"DuplicateLoggingMethodError"
]
}
}