diff options
| author | jules <jules@carbonpictures.com> | 2017-06-01 23:41:32 +0000 |
|---|---|---|
| committer | jules <jules@carbonpictures.com> | 2017-06-01 23:41:32 +0000 |
| commit | 291a7be04a43ef0062a31dbfafb481c6e7829b79 (patch) | |
| tree | 018241c1b8b83ab9f802ab3805b1d3fc9429dfa4 /lib/awprint/package.json | |
| parent | 8e7adf087ad73228b1d463411b1a6bfc329fb625 (diff) | |
| parent | 1dec5a464d13129194c41342afb3f73386132245 (diff) | |
Merge branch 'master' of ghghgh.us:armory-fmf-cms
Diffstat (limited to 'lib/awprint/package.json')
| -rw-r--r-- | lib/awprint/package.json | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/lib/awprint/package.json b/lib/awprint/package.json new file mode 100644 index 0000000..f3a88f4 --- /dev/null +++ b/lib/awprint/package.json @@ -0,0 +1,28 @@ +{ + "name": "awprint", + "version": "1.0.0", + "description": "aw print service", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "author": "undisclosed", + "license": "UNLICENSED", + "dependencies": { + "bluebird": "^3.4.6", + "body-parser": "^1.15.2", + "mongoose": "^4.6.2", + "react": "^15.5.4", + "react-dom": "^15.5.4", + "socket.io": "^2.0.2" + }, + "devDependencies": { + "babel-cli": "^6.24.1", + "babel-core": "^6.24.1", + "babel-loader": "^7.0.0", + "babel-preset-env": "^1.5.1", + "babel-preset-es2015": "^6.24.1", + "babel-preset-react": "^6.24.1", + "webpack": "^2.6.1" + } +} |
