-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.57 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.57 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "flr",
"description": "Theme and frontend for flr",
"version": "1.0.0",
"homepage": "http://ade25.de/flr",
"author": "Ade25",
"keywords": ["diazo", "theme", "bootstrap", "css"],
"repository": {
"type": "git",
"url": "https://github.com/a25kk/flr.git"
},
"license": {
"type": "MIT",
"url": "https://github.com/a25kk/flr/blob/master/LICENSE"
},
"devDependencies": {
"bower": "~1.3.9",
"grunt": "~0.4.5",
"grunt-autoprefixer": "~0.8.2",
"grunt-concurrent": "~0.4.2",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-concat": "~0.5.0",
"grunt-contrib-connect": "~0.8.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-csslint": "~0.2.0",
"grunt-contrib-cssmin": "~0.10.0",
"grunt-contrib-htmlmin": "~0.2.0",
"grunt-contrib-imagemin": "~0.3.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-less": "~0.11.3",
"grunt-contrib-qunit": "~0.2.2",
"grunt-contrib-uglify": "~0.2.4",
"grunt-contrib-watch": "~0.6.1",
"grunt-criticalcss": "~0.2.2",
"grunt-csscomb": "~3.0.0",
"grunt-filerev": "~0.1.0",
"grunt-filerev-replace": "~0.1.1",
"grunt-fixmyjs": "^0.2.0",
"grunt-html-validation": "~0.1.18",
"grunt-jekyll": "~0.4.2",
"grunt-jscs": "~0.6.2",
"grunt-newer": "~0.6.0",
"grunt-pagespeed": "~0.3.0",
"grunt-replace": "^0.8.0",
"grunt-sed": "~0.1.1",
"grunt-svgmin": "^1.0.0",
"grunt-usemin": "^3.0.0",
"jit-grunt": "^0.8.0",
"load-grunt-tasks": "~0.2.1",
"matchdep": "~0.1.1",
"moment": "~2.0.0",
"time-grunt": "~0.2.1"
}
}