Created
July 8, 2016 10:44
-
-
Save Nishchit14/82916291809827e2b6113e934adcffed to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "Report", | |
"version": "0.0.0", | |
"description": "report", | |
"homepage": "http://trailsjs.io", | |
"author": { | |
"name": "Nishchit Dhanani", | |
"email": "", | |
"url": "https://github.com/trailsjs" | |
}, | |
"main": "index.js", | |
"keywords": [ | |
"automation", | |
"test-ng", | |
"cucumber", | |
"selenium", | |
"trails", | |
"trailsjs" | |
], | |
"dependencies": { | |
"another-json-schema": "^1.1.3", | |
"async": "^2.0.0-rc.5", | |
"babel-loader": "^6.2.4", | |
"babel-preset-es2015": "^6.9.0", | |
"babel-preset-react": "^6.5.0", | |
"babel-preset-stage-0": "^6.5.0", | |
"body-parser": "^1.15.1", | |
"bootstrap": "^3.3.6", | |
"colors": "^1.1.2", | |
"connect-mongo": "^1.2.0", | |
"css-loader": "^0.23.1", | |
"es6-promise": "^3.2.1", | |
"express": "^5.0.0-alpha.2", | |
"handlebar": "^1.0.0", | |
"install": "^0.8.1", | |
"isomorphic-fetch": "^2.2.1", | |
"jsonwebtoken": "^7.0.0", | |
"lodash": "^4.13.1", | |
"moment": "^2.13.0", | |
"moment-duration-format": "^1.3.0", | |
"mongoose": "^4.4.19", | |
"nodemailer": "^2.4.2", | |
"nodemailer-mailgun-transport": "^1.2.1", | |
"npm": "^3.9.6", | |
"passport": "^0.3.2", | |
"passport-jwt": "^2.0.0", | |
"passport-local": "^1.0.0", | |
"react": "^15.1.0", | |
"react-bootstrap": "^0.29.4", | |
"react-dom": "^15.1.0", | |
"react-ga": "^2.1.1", | |
"react-progress-2": "^4.2.1", | |
"react-redux": "^4.4.5", | |
"react-redux-loading-bar": "^2.0.2", | |
"react-router": "^2.4.1", | |
"react-router-bootstrap": "^0.23.0", | |
"recharts": "^0.11.*", | |
"redux": "^3.5.2", | |
"redux-logger": "^2.6.1", | |
"redux-thunk": "^2.1.0", | |
"style-loader": "^0.13.1", | |
"trailpack-autoreload": "^1.0.2", | |
"trailpack-core": "^1.0.0-beta-3", | |
"trailpack-email": "^1.0.0", | |
"trailpack-express": "^1.0.0", | |
"trailpack-footprints": "^1.0.0-beta-7", | |
"trailpack-mongoose": "^0.2.2", | |
"trailpack-passport-auth": "0.0.6", | |
"trailpack-repl": "^1.0.0-beta-3", | |
"trailpack-router": "^1.0.0-beta-4", | |
"trailpack-waterline": "^1.0.0-beta-1", | |
"trailpack-webpack": "0.0.5", | |
"trails": "^1.0.0-beta-1", | |
"trails-controller": "^1.0.0-beta-2", | |
"trails-model": "^1.0.0-beta-2", | |
"trails-policy": "^1.0.1", | |
"trails-service": "1.0.0-beta-2", | |
"webpack": "^1.13.1", | |
"whitecss": "0.0.2", | |
"winston": "^2.2" | |
}, | |
"devDependencies": { | |
"babel-eslint": "^6.0.4", | |
"eslint": "^2.10.2", | |
"eslint-config-trails": "latest", | |
"eslint-plugin-react": "^5.1.1", | |
"file-loader": "^0.8.5", | |
"mocha": "^2.4", | |
"mochawesome": "^1.3.5", | |
"node-fixtures": "0.0.1", | |
"node-sass": "^3.7.0", | |
"sass-loader": "^3.2.0", | |
"supertest": "^1.2", | |
"webpack": "^1.13.1" | |
}, | |
"scripts": { | |
"test": "mocha ", | |
"eslint": "eslint . --fix" | |
}, | |
"engines": { | |
"node": ">= 4.0.0" | |
}, | |
"eslintConfig": { | |
"extends": "trails" | |
}, | |
"repository": "Nishchit14/report", | |
"private": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment