-
Notifications
You must be signed in to change notification settings - Fork 492
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/creativetimofficial/argon…
- Loading branch information
Showing
4 changed files
with
60 additions
and
4 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 |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"name": "argon-design-system-free", | ||
"homepage": "https://demos.creative-tim.com/argon-design-system/index.html", | ||
"authors": [ | ||
"creative-tim" | ||
], | ||
"description": "A beautiful Design System for Bootstrap 4. It's Free and Open Source.", | ||
"main": "gulpfile.js", | ||
"keywords": [ | ||
"argon", | ||
"system design", | ||
"bootstrap", | ||
"design", | ||
"google", | ||
"twitter" | ||
], | ||
"license": "Creative TIM License", | ||
"ignore": [ | ||
"**/.*", | ||
"node_modules", | ||
"bower_components", | ||
"test", | ||
"tests" | ||
] | ||
} |
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"name": "creativetimofficial/argon-design-system", | ||
"description": "A beautiful Design System for Bootstrap 4. It's Free and Open Source.", | ||
"type": "project", | ||
"license": "MIT", | ||
"authors": [ | ||
{ | ||
"name": "Creative Tim", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"require": {} | ||
} |
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,9 +1,9 @@ | ||
{ | ||
"name": "argon-design-system", | ||
"name": "argon-design-system-free", | ||
"version": "1.0.0", | ||
"description": "A beautiful Design System for Bootstrap 4. It's Free and Open Source.", | ||
"main": "gulpfile.js", | ||
"author": "Creative Tim", | ||
"author": "Creative Tim <[email protected]> (https://www.creative-tim.com/)", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
|
@@ -33,6 +33,14 @@ | |
"pump": "^3.0.0", | ||
"run-sequence": "^2.2.1" | ||
}, | ||
"repository": "https://github.com/creativetimofficial/argon-design-system", | ||
"license": "MIT" | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/creativetimofficial/argon-design-system/issues" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/creativetimofficial/argon-design-system.git" | ||
}, | ||
"license": "MIT", | ||
"homepage": "http://demos.creative-tim.com/argon-design-system/index.html" | ||
} |