-
Notifications
You must be signed in to change notification settings - Fork 122
/
package.json
51 lines (51 loc) · 1.21 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
{
"name": "winstrap",
"description": "Winstrap is the official Bootstrap theme for Microsoft design language.",
"repository": {
"type": "git",
"url": "git+https://github.com/winjs/winstrap.git"
},
"version": "0.5.13",
"author": "Microsoft",
"contributors": [
"Frederic Perrin",
"Mathias Wendlinger",
"Romain Hottlet",
"Andy Seres",
"Rachel Nizhnikova",
"Miles Grover",
"Joe Day",
"Martin Lijanto"
],
"homepage": "http://winstrap.azurewebsites.net",
"dependencies": {
"bootstrap-sass": "3.3.7",
"jquery": "^3.1.1"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-assemble": "^0.5.0",
"grunt-bump": "^0.8.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^1.0.2",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-file-exists": "^0.1.4",
"grunt-notify": "^0.4.5",
"grunt-sass": "^2.0.0",
"jshint-stylish": "^2.2.1"
},
"bugs": {
"url": "https://github.com/winjs/winstrap/issues"
},
"main": "index.js",
"keywords": [
"microsoft",
"windows",
"bootstrap",
"theme"
],
"license": "MIT"
}