forked from thoughtbot/neat
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 930 Bytes
/
package.json
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
42
43
44
45
46
47
{
"name": "bourbon-neat",
"version": "4.0.0",
"description": "A lightweight, semantic grid framework",
"keywords": [
"columns",
"grid",
"layout",
"media",
"media-queries",
"neat",
"queries",
"sass",
"scss",
"semantic",
"eyeglass-module"
],
"homepage": "http://neat.bourbon.io",
"bugs": {
"url": "https://github.com/thoughtbot/neat/issues"
},
"license": "MIT",
"author": {
"name": "thoughtbot",
"url": "http://thoughtbot.com"
},
"main": "index.js",
"style": "core/_neat.scss",
"repository": {
"type": "git",
"url": "https://github.com/thoughtbot/neat.git"
},
"scripts": {
"contrib": "gulp",
"test": "bundle exec rake"
},
"devDependencies": {
"browser-sync": "^2.24.6",
"gulp": "^4.0.0",
"gulp-sass": "^4.0.1"
},
"eyeglass": {
"name": "neat",
"needs": "*",
"exports": "eyeglass-exports.js"
}
}