-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 796 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 796 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
{
"name": "GridleCSS",
"version": "1.0.0",
"description": "Yet another flexbox framework!",
"repository": {
"type": "git",
"url": "https://github.com/studio51/gridlecss.git"
},
"keywords": [
"CSS",
"Grid",
"Flexbox",
"SASS",
"NPM"
],
"author": "Vlad Radulescu",
"license": "MIT",
"bugs": {
"url": "https://github.com/studio51/gridlecss/issues"
},
"homepage": "https://studio51.github.io/gridlecss",
"devDependencies": {
"autoprefixer-core": "^5.1.11",
"cssnext": "^1.4.0",
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-cssmin": "^0.12.3",
"grunt-cssbeautifier": "^0.1.2",
"grunt-cssnext": "^1.0.0",
"grunt-postcss": "^0.4.0",
"grunt-sass": "^1.0.0",
"matchdep": "^0.3.0"
}
}