Skip to content

Instantly share code, notes, and snippets.

@tgoldenberg
Created February 11, 2016 00:56
Show Gist options
  • Select an option

  • Save tgoldenberg/57c68e47380e9c4c8f8b to your computer and use it in GitHub Desktop.

Select an option

Save tgoldenberg/57c68e47380e9c4c8f8b to your computer and use it in GitHub Desktop.
Packages
# Meteor packages used by this project, one per line.
# Check this file (and the other files in this directory) into your repository.
#
# 'meteor add' and 'meteor remove' will edit this file for you,
# but you can also edit it by hand.
meteor-base # Packages every Meteor app needs to have
mobile-experience # Packages for a great mobile UX
mongo # The database Meteor supports right now
blaze-html-templates # Compile .html files into Meteor Blaze views
session # Client-side reactive dictionary for your app
jquery # Helpful client-side library
tracker # Meteor's client-side reactive programming library
standard-minifiers # JS/CSS minifiers run for production mode
es5-shim # ECMAScript 5 compatibility for older browsers.
#ecmascript # Enable ECMAScript2015+ syntax in app code
gadicc:[email protected]
http
check
less
react-meteor-data
accounts-password
useraccounts:core
thereactivestack:blazetoreact
templating
underscore
underscorestring:underscore.string
wylio:mandrill
alanning:roles
email
{
"name": "test-agolo",
"version": "1.0.0",
"description": "agolo",
"main": "test-agolo.js",
"scripts": {
"test": "jest"
},
"jest": {
"setupEnvScriptFile": "<rootDir>/.scripts/setup-jest-tests.js",
"testRunner": "<rootDir>/node_modules/jest-cli/src/testRunners/jasmine/jasmine2.js",
"scriptPreprocessor": "<rootDir>/node_modules/babel-jest",
"testPathDirs": [
"<rootDir>/client/modules",
"<rootDir>/tests/__mocks__"
],
"testDirectoryName": "client/modules",
"testFileExtensions": [
"tests.js",
"tests.jsx"
],
"moduleFileExtensions": [
"js",
"jsx",
"json",
"node"
],
"unmockedModulePathPatterns": [
"underscore/.*",
"core-js/.*",
"babel-runtime/.*",
"react/.*",
"react-dom/.*",
"react-addons-test-utils/.*",
"enzyme/*"
]
},
"devDependencies": {
"babel-core": "^6.3.17",
"babel-jest": "^6.0.1",
"babel-loader": "^6.2.0",
"babel-plugin-transform-decorators-legacy": "^1.2.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.4.0",
"babel-plugin-transform-runtime": "^6.3.13",
"babel-plugin-transform-strict-mode": "^6.3.13",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"enzyme": "^1.4.1",
"jasmine": "https://github.com/xolvio/jasmine-npm/archive/29065151846755d6bbad369f506143ebf69b168f.tar.gz",
"jest-cli": "Sanjo/jest#7c71094",
"json-loader": "^0.5.4",
"karma": "^0.13.16",
"karma-chrome-launcher": "^0.2.2",
"karma-firefox-launcher": "^0.1.7",
"karma-jasmine": "^0.3.6",
"karma-sourcemap-loader": "0.3.6",
"karma-webpack": "1.7.0",
"phantomjs": "^1.9.19",
"react-addons-test-utils": "^0.14.7",
"shelljs": "^0.5.3",
"underscore": "^1.8.3",
"velocity-cli": "^0.4.3",
"wallaby-webpack": "0.0.10",
"webpack": "^1.12.9"
},
"author": "",
"license": "ISC",
"dependencies": {
"babel-plugin-transform-class-properties": "^6.4.0",
"history": "^1.17.0",
"marked": "^0.3.5",
"mocha": "^2.4.5",
"moment": "^2.11.1",
"mongodb": "^2.1.7",
"react": "^0.14.7",
"react-addons-css-transition-group": "^0.14.6",
"react-dom": "^0.14.7",
"react-input-range": "^0.6.1",
"react-loading": "0.0.7",
"react-mixin": "^2.0.2",
"react-router": "^2.0.0-rc4",
"react-selectize": "^0.3.11",
"react-tooltip": "^1.0.3",
"react-transform-hmr": "^1.0.2",
"underscore.string": "^3.2.2"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment