diff options
Diffstat (limited to 'shardweb/assets/package.json')
-rw-r--r-- | shardweb/assets/package.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/shardweb/assets/package.json b/shardweb/assets/package.json new file mode 100644 index 0000000..4cc3986 --- /dev/null +++ b/shardweb/assets/package.json @@ -0,0 +1,18 @@ +{ + "repository": {}, + "license": "MIT", + "scripts": { + "deploy": "brunch build --production", + "watch": "brunch watch --stdin" + }, + "dependencies": { + "phoenix": "file:../deps/phoenix", + "phoenix_html": "file:../deps/phoenix_html" + }, + "devDependencies": { + "babel-brunch": "6.1.1", + "brunch": "2.10.9", + "clean-css-brunch": "2.10.0", + "uglify-js-brunch": "2.10.0" + } +} |