forked from open-defi-notification-protocol/widget
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 750 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 750 Bytes
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
{
"name": "@open-defi-notification-protocol/widget",
"version": "0.0.7",
"description": "Interactive widget to be included on project DAPPs",
"main": "index.js",
"scripts": {
"build": "browserify index.js -o odnp.min.js",
"npm-publish": "npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/open-defi-notification-protocol/widget.git"
},
"author": "Open DeFi Notification Protocol",
"license": "MIT",
"bugs": {
"url": "https://github.com/open-defi-notification-protocol/widget/issues"
},
"homepage": "https://github.com/open-defi-notification-protocol/widget#readme",
"files": [
"*.js",
"vue",
"README.md"
],
"devDependencies": {
"browserify": "17.x"
}
}