forked from thoughtbot/neat
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 885 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 885 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "bourbon-neat",
"version": "1.7.2",
"description": "A lightweight, semantic grid framework built with Bourbon",
"keywords": [
"bourbon",
"columns",
"grid",
"layout",
"media",
"media-queries",
"neat",
"queries",
"sass",
"scss",
"semantic"
],
"homepage": "http://neat.bourbon.io",
"bugs": {
"url": "https://github.com/thoughtbot/neat/issues"
},
"license": "MIT",
"author": {
"name": "thoughtbot",
"url": "http://thoughtbot.com"
},
"main": "app/assets/stylesheets/_neat.scss",
"repository": {
"type": "git",
"url": "https://github.com/thoughtbot/neat.git"
},
"scripts": {
"test": "echo \"No test specified\""
},
"dependencies": {
"gulp": "^3.8.11",
"gulp-autoprefixer": "^2.3.1",
"gulp-connect": "^2.2.0",
"gulp-sass": "^2.0.2",
"node-bourbon": "^4.2.3"
}