forked from ledgerconnect/steemconnect.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.4 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
{
"name": "@dpay/id",
"version": "0.1.1",
"description": "dPayID SDK",
"main": "lib/dpid.js",
"scripts": {
"prepublish": "npm run build",
"build": "cross-env NODE_ENV=production && gulp build-browser && gulp build-node",
"test": "npm run lint",
"lint": "eslint \"src/**/*.js\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/dpays/dpayid-sdk.git"
},
"keywords": [
"dpay",
"dsite",
"blockchain",
"dpayjs",
"dpayid"
],
"author": "dPay Labs <[email protected]> (https://github.com/dpays)",
"license": "MIT",
"bugs": {
"url": "https://github.com/dpays/dpayid-sdk/issues"
},
"homepage": "https://github.com/dpays/dpayid-sdk#readme",
"dependencies": {
"cross-fetch": "^1.1.1",
"debug": "^2.2.0"
},
"devDependencies": {
"babel-cli": "^6.16.0",
"babel-loader": "^7.1.1",
"babel-polyfill": "^6.16.0",
"babel-preset-env": "^1.6.0",
"babel-register": "^6.14.0",
"bluebird": "^3.4.6",
"cross-env": "^5.0.1",
"del": "^3.0.0",
"eslint": "^3.5.0",
"eslint-config-airbnb": "^11.1.0",
"eslint-plugin-import": "^1.16.0",
"eslint-plugin-jsx-a11y": "^2.2.2",
"eslint-plugin-react": "^6.2.1",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-gzip": "^1.4.0",
"json-loader": "^0.5.4",
"lodash": "^4.17.4",
"webpack": "^3.3.0",
"webpack-visualizer-plugin": "^0.1.5"
}
}