9b4ba0afe8
We now rely on browserify for building browser-specific versions of the JS SDK. This can be initiated by running 'npm run build-js'. Node versions are unaffected.
12 lines
192 B
JSON
12 lines
192 B
JSON
{
|
|
"name": "example-app",
|
|
"version": "0.0.0",
|
|
"description": "",
|
|
"main": "app.js",
|
|
"scripts": {
|
|
"preinstall": "npm install ../.."
|
|
},
|
|
"author": "",
|
|
"license": "Apache 2.0"
|
|
}
|