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
/* Set theme variables here */ | |
/* 400px */ | |
/* 700px */ | |
/* 900px */ | |
/* 1300px */ | |
/* | |
* HTML5 Boilerplate | |
* | |
*/ | |
/* FONTS */ |
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
{ | |
"version": "2.11.2", | |
"name": "npm", | |
"description": "a package manager for JavaScript", | |
"keywords": [ | |
"package manager", | |
"modules", | |
"install", | |
"package.json" | |
], |
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
{ | |
"pub":{ | |
"scripts": ["./public/modules/**/*.js", "./public/modules/**/**/*.js"], | |
"styles": ["./public/assets/css/*.css", "./public/modules/**/assets/css/*.css"], | |
"partials": ["./public/modules/**/partials/*.html", "./public/modules/**/**/partials/*.html"], | |
"tmp": "./public/modules/tmp/", | |
"templates": "./public/modules/tmp/**.js", | |
"index": "./public/index.html" | |
}, | |
"dev": { |