forked from winjs/winstrap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 934 Bytes
/
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": "bootstrap-winjs",
"description": "bootstrap-winjs is boilerplate constructs and CSS styling on top of Bootstrap controls.",
"repository": "https://github.com/winjs/bootstrap-winjs.git",
"version": "0.2.0",
"author": {
"name": "Microsoft"
},
"contributors": [
{
"name": "Frederic Perrin"
},
{
"name": "Mathias Wendlinger"
},
{
"name": "Romain Hottlet"
},
{
"name": "Andy Seres"
},
{
"name": "Rachel Nizhnikova"
},
{
"name": "David Evans"
}
],
"homepage": "",
"dependencies": {
"html5shiv": "^3.7.2",
"jquery": "^1.11.2",
"respond.js": "^1.4.2",
"assemble": "^0.4.42",
"bootstrap-sass": "^3.3.4",
"grunt": "^0.4.5",
"grunt-contrib-copy": "^0.7.0",
"grunt-sass": "^0.18.0"
},
"devDependencies": {
"grunt-contrib-connect": "^0.9.0",
"grunt-contrib-watch": "^0.6.1"
}
}