-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.01 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.01 KB
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
{
"name": "squeezer-chainkit-plugin",
"version": "0.0.1",
"homepage": "https://squeezer.io/",
"bin": {},
"keywords": [
"squeezer.io",
"squeezer.io framework",
"squeezer framework",
"squeezer swagger"
],
"repository": {
"type": "git",
"url": "https://github.com/SqueezerIO/squeezer-chainkit-plugins"
},
"scripts": {
"eslint": "eslint . --cache",
"jsinspect": "jsinspect -t 50 --ignore 'public' ./"
},
"contributors": [
{
"name": "Nick Chisiu",
"email": "nick@squeezer.io",
"web": "https://Squeezer.IO/"
}
],
"license": "MIT",
"dependencies": {
"bluebird": "^3.5.4",
"colors": "^1.3.3",
"lodash": "^4.17.11",
"squeezer-chainkit": "^1.0.6-beta"
},
"devDependencies": {
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.17.1",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.12.4",
"jsinspect": "^0.12.7"
}
}