Skip to content

Instantly share code, notes, and snippets.

View lawrentiy's full-sized avatar
🏠
Working from home

Pavel lawrentiy

🏠
Working from home
View GitHub Profile
@lawrentiy
lawrentiy / gist:993e1510e11b9e9af068214989f51ea8
Created January 8, 2017 15:45
My npm packages in meteor project
{
"name": "adminpanel",
"private": true,
"main": "server.js",
"browser": "client.js",
"scripts": {
"start": "meteor run"
},
"dependencies": {
"accounting": "^0.4.1",
[email protected] # Packages every Meteor app needs to have
[email protected] # Packages for a great mobile UX
[email protected] # Reactive variable for tracker
[email protected] # Meteor's client-side reactive programming library
[email protected] # CSS minifier run for production mode
[email protected] # JS minifier run for production mode
[email protected] # ECMAScript 5 compatibility for older browsers.
static-html
[email protected]