-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Ignacio Ricci
authored and
Ignacio Ricci
committed
Nov 4, 2015
1 parent
2e24342
commit 552be50
Showing
2 changed files
with
12 additions
and
7 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
{ | ||
"name": "ocssipital", | ||
"version": "0.0.0", | ||
"repository": "[email protected]:Mango/ocssipital.git", | ||
"description": "A grid creation boilerplate for SASS", | ||
"main": "generator.js", | ||
"author": "Ignacio Ricci ([email protected])", | ||
"version": "0.0.1", | ||
"keywords": [ | ||
"layout", | ||
"grid", | ||
|
@@ -11,13 +12,12 @@ | |
"flexbox" | ||
], | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"build": "node generator.js" | ||
}, | ||
"author": "Ignacio Ricci ([email protected])", | ||
"license": "MIT", | ||
"dependencies": { | ||
"devDependencies": { | ||
"mkdirp": "0.5.1", | ||
"node-sass": "3.3.3", | ||
"colors": "1.1.2" | ||
} | ||
} | ||
} |