forked from esr360/Kayzen-GS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 919 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 919 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
{
"name": "Kayzen-GS",
"version": "2.3.0",
"description": "A powerful and responsive grid system.",
"keywords": [
"css",
"sass",
"scss",
"grid system",
"framework"
],
"author": "Edmund Reed (http://twitter.com/esr360)",
"homepage": "https://github.com/esr360/Kayzen-GS",
"bugs": {
"url": "https://github.com/esr360/Kayzen-GS/issues"
},
"license": "MIT",
"devDependencies": {
"autoprefixer": "^6.3.7",
"grunt": "^1.0.1",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-mocha-cli": "^2.1.0",
"grunt-notify": "^0.4.5",
"grunt-postcss": "^0.8.0",
"grunt-sassdoc": "^2.0.2",
"grunt-scss-lint": "^0.3.8",
"sass-true": "^2.1.3"
},
"scripts": {
"vendor": "git clone https://github.com/esr360/Sass-Boost.git vendor/Sass-Boost"
}
}