mirror of https://github.com/status-im/pluto.git
parent
28cdda47b2
commit
2b33b0b549
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"name": "@status-im/pluto",
|
||||
"version": "0.2.0",
|
||||
"description": "A library for building status extensions",
|
||||
"main": "npm/pluto.node.js",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/status-im/pluto.git"
|
||||
},
|
||||
"keywords": [
|
||||
"status",
|
||||
"pluto",
|
||||
"clojure",
|
||||
"clojurescript",
|
||||
"dapp",
|
||||
"ethereum",
|
||||
"blockchain",
|
||||
"decentralized"
|
||||
],
|
||||
"author": "jelurad",
|
||||
"license": "MPL-2.0",
|
||||
"bugs": {
|
||||
"url": "https://github.com/status-im/pluto/issues"
|
||||
},
|
||||
"homepage": "https://github.com/status-im/pluto#readme"
|
||||
}
|
|
@ -0,0 +1 @@
|
|||
clojure -m cljs.main -t node -d 'npm/lib' -o 'npm/pluto.node.js' -co '{:asset-path "npm/lib"}' -v true -c pluto.js
|
Loading…
Reference in New Issue