forked from texnixe/altair
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.28 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.28 KB
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
{
"name": "altair",
"description": "Altair — A Sass- and Grunt-based development front-end starter kit, running on file-based Kirby CMS",
"version": "0.5.5",
"url": "http://altair.studiodumbar.info",
"author": "Jonathan van Wunnik <jonathan@studiodumbar.com>, Marijn Tijhuis <marijn@studiodumbar.com>",
"copyright": "Studio Dumbar",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/studiodumbar/altair.git"
},
"dependencies": {},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-autoprefixer": "^3.0.4",
"grunt-browser-sync": "^2.2.0",
"grunt-bump": "^0.8.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-criticalcss": "^2.1.0",
"grunt-css-mqpacker": "^3.0.1",
"grunt-csso": "^2.0.1",
"grunt-grunticon": "^2.3.1",
"grunt-hashify": "0.0.7",
"grunt-imageoptim": "^1.4.1",
"grunt-notify": "^0.4.5",
"grunt-penthouse": "^0.3.0",
"grunt-pixrem": "^0.1.2",
"grunt-remfallback": "^0.0.5",
"grunt-sass": "^1.2.1",
"grunt-stripmq": "0.0.6",
"grunt-svgmin": "^4.0.0",
"jshint-stylish": "^2.2.1"
}
}