This repository has been archived by the owner on Aug 11, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
75 lines (75 loc) · 1.7 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "m8tro-bootstrap",
"description": "Bootstrap theme inspired by Windows Modern UI (aka Metro)",
"version": "3.3.7",
"author": "Jan T. Sott",
"filename": "m8tro.min.css",
"homepage": "http://idleberg.github.io/m8tro-bootstrap/",
"repository": {
"type": "git",
"url": "git://github.com/idleberg/m8tro-bootstrap.git"
},
"license": "MIT",
"main": "dist/css/m8tro.min.css",
"files": [
"dist/css/m8tro.css",
"dist/css/m8tro.min.css",
"dist/css/m8tro-extras.css",
"dist/css/m8tro-extras.min.css",
"src/themes/**/*.less",
"bower.json",
"gulpfile.js",
"index.html",
"package.json",
"README.md"
],
"keywords": [
"css",
"less",
"bootstrap",
"modern ui",
"metro",
"metro ui",
"windows 8",
"windows 10",
"windows phone"
],
"dependencies": {
"bootstrap": "^3.3.7",
"font-awesome": "^4.7.0",
"jquery": "^3.1.1"
},
"devDependencies": {
"better-console": "^1.0.0",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-cached": "^1.1.1",
"gulp-concat": "^2.6.1",
"gulp-csslint": "^1.0.0",
"gulp-cssmin": "^0.2.0",
"gulp-debug": "^3.1.0",
"gulp-html-validator": "^0.0.5",
"gulp-jshint": "^2.0.4",
"gulp-json-lint": "^0.1.0",
"gulp-less": "^3.3.2",
"gulp-prompt": "^0.2.0",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.11",
"jshint": "^2.9.5",
"less": "^2.7.1",
"less-plugin-autoprefix": "^1.5.1",
"run-sequence": "^1.2.2",
"yargs": "^8.0.2"
},
"npmName": "m8tro-bootstrap",
"npmFileMap": [
{
"basePath": "/dist/css/",
"files": [
"m8tro.min.css",
"m8tro-extras.min.css"
]
}
]
}