summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json31
1 files changed, 31 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..9a96000
--- /dev/null
+++ b/package.json
@@ -0,0 +1,31 @@
+{
+ "name": "msa",
+ "version": "1.0.0",
+ "description": "msa cartweaver helper app",
+ "main": "index.js",
+ "scripts": {
+ "test": "echo \"Error: no test specified\" && exit 1"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git@ghghgh.us:msana.git"
+ },
+ "author": "jules laplace <julescarbon@gmail.com>",
+ "license": "UNLICENSED",
+ "dependencies": {
+ "body-parser": "^1.17.1",
+ "express": "^4.15.2",
+ "express-basic-auth": "^1.0.1",
+ "mysql": "^2.13.0",
+ "react": "^15.5.4",
+ "react-dom": "^15.5.4",
+ "serve-favicon": "^2.4.2"
+ },
+ "devDependencies": {
+ "babel-core": "^6.24.1",
+ "babel-loader": "^6.4.1",
+ "babel-preset-es2015": "^6.24.1",
+ "babel-preset-react": "^6.24.1",
+ "webpack": "^2.4.1"
+ }
+}