From 1f9253253e1914fb09ec0b54201ad934870782d8 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Thu, 1 Jun 2017 16:40:39 -0400 Subject: very basic print client --- lib/awprint/package.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 lib/awprint/package.json (limited to 'lib/awprint/package.json') diff --git a/lib/awprint/package.json b/lib/awprint/package.json new file mode 100644 index 0000000..f77e128 --- /dev/null +++ b/lib/awprint/package.json @@ -0,0 +1,27 @@ +{ + "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" + }, + "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" + } +} -- cgit v1.2.3-70-g09d2