New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

aurora-grid

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aurora-grid - npm Package Compare versions

Comparing version

to
1.0.9

32

package.json
{
"name": "aurora-grid",
"version": "1.0.8",
"version": "1.0.9",
"description": "Grid system for Aurora Kit",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
"start": "gulp"
},

@@ -29,17 +28,20 @@ "repository": {

"devDependencies": {
"gulp": "^3.9.0",
"gulp-autoprefixer": "^2.3.1",
"gulp-csscomb": "^3.0.6",
"gulp-cssmin": "^0.1.7",
"gulp-header": "^1.7.1",
"gulp-livereload": "^3.8.0",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.0.1",
"autoprefixer": "9.3.1",
"gulp": "4.0.0",
"gulp-cssmin": "0.2.0",
"gulp-header": "2.0.5",
"gulp-notify": "3.2.0",
"gulp-plumber": "1.2.1",
"gulp-postcss": "8.0.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.0.4",
"gulp-size": "^2.0.0"
"gulp-sass": "4.0.2",
"gulp-size": "3.0.0"
},
"dependencies": {
"aurora-shared": "^1.0.0"
}
"aurora-shared": "1.0.1"
},
"files": [
"dist",
"README.md"
]
}
# Aurora Grid
![aurora-grid](http://www.pixeden.com/media/k2/items/cache/aurora-grid-css-system-M.jpg)

@@ -12,8 +11,10 @@

| [Documentation](http://themes-pixeden.com/aurora-kit/grid) | [Download](http://themes-pixeden.com/aurora-kit/grid) | [Generator](http://themes-pixeden.com/aurora-kit/grid-generator)
|----------|------:|------:|
- [Documentation](http://themes-pixeden.com/aurora-kit/documentation.html)
- [Download](https://www.pixeden.com/html-css/aurora-grid-css-system)
- [Generator](http://themes-pixeden.com/aurora-kit/grid-generator)
You can also install through `npm i aurora-grid`
#### Custom Build
### Custom Build
Aurora Grid was created using [Sass](http://sass-lang.com/) . It includes some settings and mixins to control and create custom builds for advanced needs.

@@ -26,3 +27,3 @@ For an easy to use development process you just have to install the `npm` packages and start editing, building and exporting your custom `aurora-grid.css` file. From the Terminal App, in the path where you have the Aurora Grid folder, you can run:

We use Gulp as a task runner. Make sure you have it installed globally or just `npm install gulp -g`. Now you are ready to create a custom build of your project or watch it when working on it. Just run one of the two commands on the Terminal:
We use Gulp as a task runner. Make sure you have it installed globally or just `npm install gulp@next -g`. Now you are ready to create a custom build of your project or watch it when working on it. Just run one of the two commands on the Terminal:

@@ -39,8 +40,8 @@ gulp

| [Documentation](http://themes-pixeden.com/aurora-kit/grid) | [Download](http://themes-pixeden.com/aurora-kit/grid) | [Generator](http://themes-pixeden.com/aurora-kit/grid-generator)
|----------|------:|------:|
- [Documentation](http://themes-pixeden.com/aurora-kit/documentation.html)
- [Download](https://www.pixeden.com/html-css/aurora-grid-css-system)
- [Generator](http://themes-pixeden.com/aurora-kit/grid-generator)
---
---
© 2015 [Pixeden](http://www.pixeden.com/) | [License](http://www.pixeden.com/license)
© 2015 [Pixeden](http://www.pixeden.com/) | [License](http://www.pixeden.com/license)

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet