-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.1 KB
/
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
{
"name": "GridleCSS-Theme",
"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",
"bower": "^1.4.1",
"bs-html-injector": "^2.0.4",
"cssnext": "^1.4.0",
"grunt": "^0.4.5",
"grunt-browser-sync": "^2.1.3",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-cssmin": "^0.12.3",
"grunt-contrib-imagemin": "^0.9.4",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-copy": "^0.1.0",
"grunt-cssbeautifier": "^0.1.2",
"grunt-cssnext": "^1.0.0",
"grunt-ftp-deploy": "^0.1.10",
"grunt-jade": "^0.5.1",
"grunt-postcss": "^0.4.0",
"grunt-sass": "^1.0.0",
"grunt-svgmin": "^2.0.1",
"matchdep": "^0.3.0"
}
}