-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 847 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 847 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"name": "@morsecodemedia/containers.css",
"version": "1.1.8",
"description": "A starting point for containers and gaps when you don't want to use Bootstrap and you can't go evergreen with CSS Grid.",
"main": "dist/css/containers.css",
"style": "dist/css/containers.css",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"scss": "sass --no-source-map src/scss dist/css"
},
"files": [
"LICENSE.md",
"containers.scss"
],
"repository": "https://github.com/morsecodemedia/containers.css",
"bugs": "https://github.com/morsecodemedia/containers.css/issues",
"homepage": "https://morsecodemedia.github.io/containers.css/",
"author": "Brandon Morse (brandon@morsecodemedia.com)",
"private": false,
"license": "MIT",
"dependencies": {},
"devDependencies": {
"sass": "^1.30.0"
}
}