summaryrefslogtreecommitdiff
path: root/src/leap/bitmask_js/package.json
diff options
context:
space:
mode:
authorKali Kaneko (leap communications) <kali@leap.se>2016-09-01 01:44:34 -0400
committerKali Kaneko (leap communications) <kali@leap.se>2016-09-01 01:44:34 -0400
commit4728855b40d2d37da8e035c5081fab5819b07fd0 (patch)
treec8a7c727521fe06a2c4fe9221cb77d30e8f0c3b9 /src/leap/bitmask_js/package.json
parent4613e74ce4e2c8b125a6a61585a4aec5f5151969 (diff)
[refactor] move js to top-level folder
Diffstat (limited to 'src/leap/bitmask_js/package.json')
-rw-r--r--src/leap/bitmask_js/package.json33
1 files changed, 0 insertions, 33 deletions
diff --git a/src/leap/bitmask_js/package.json b/src/leap/bitmask_js/package.json
deleted file mode 100644
index 128a9e71..00000000
--- a/src/leap/bitmask_js/package.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "name": "bitmask_js",
- "version": "0.0.1",
- "description": "bitmask user interface in javascript",
- "license": "GPL-3.0",
- "homepage": "https://bitmask.net",
- "repository": "https://leap.se/git/bitmask_client.git",
- "dependencies": {},
- "devDependencies": {
- "babel": "^6.5.2",
- "babel-loader": "^6.2.4",
- "babel-preset-es2015": "^6.9.0",
- "babel-preset-react": "^6.11.1",
- "babel-preset-stage-0": "^6.5.0",
- "bootstrap": "^3.3.7",
- "copy-webpack-plugin": "^3.0.1",
- "css-loader": "^0.23.1",
- "less": "^2.7.1",
- "less-loader": "^2.2.3",
- "react": "^15.2.1",
- "react-bootstrap": "^0.30.2",
- "react-dom": "^15.2.1",
- "style-loader": "^0.13.1",
- "webpack": "^1.13.1",
- "zxcvbn": "^4.3.0"
- },
- "scripts": {
- "open": "gnome-open http://localhost:7070",
- "watch": "NODE_ENV=development webpack --watch",
- "build": "NODE_ENV=development webpack",
- "build:production": "NODE_ENV=production webpack"
- }
-}