-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
34 lines (34 loc) · 930 Bytes
/
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
{
"name": "@thematter_io/plasma.js",
"version": "1.0.3",
"description": "Plasma by Matter",
"main": "dist/bundle.js",
"module": "src/index.js",
"scripts": {
"build": "rollup -c"
},
"postpublish": "PACKAGE_VERSION=$(cat package.json | grep \\\"version\\\" | head -1 | awk -F: '{ print $2 }' | sed 's/[\",]//g' | tr -d '[[:space:]]') && git tag v$PACKAGE_VERSION && git push --tags",
"repository": {
"type": "git",
"url": "git+https://github.com/matterinc/plasma.js.git"
},
"keywords": [
"plasma",
"matter"
],
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/matterinc/plasma.js/issues"
},
"homepage": "https://github.com/matterinc/plasma.js#readme",
"devDependencies": {
"rollup": "^0.67.0"
},
"dependencies": {
"ethereumjs-util": "^6.0.0",
"is-buffer": "^2.0.3",
"js-sha3": "^0.8.0",
"strip-hex-prefix": "^1.0.0"
}
}