|
1 | 1 | { |
2 | | - "name": "Winstrap", |
3 | | - "description": "Winstrap is the official Bootstrap theme for Microsoft Modern design language.", |
4 | | - "repository": "https://github.com/winjs/winstrap.git", |
5 | | - "version": "0.4.12", |
6 | | - "author": { |
7 | | - "name": "Microsoft" |
8 | | - }, |
9 | | - "contributors": [ |
10 | | - { |
11 | | - "name": "Frederic Perrin" |
12 | | - }, |
13 | | - { |
14 | | - "name": "Mathias Wendlinger" |
15 | | - }, |
16 | | - { |
17 | | - "name": "Romain Hottlet" |
18 | | - }, |
19 | | - { |
20 | | - "name": "Andy Seres" |
21 | | - }, |
22 | | - { |
23 | | - "name": "Rachel Nizhnikova" |
24 | | - }, |
25 | | - { |
26 | | - "name": "Miles Grover" |
27 | | - }, |
28 | | - { |
29 | | - "name": "Joe Day" |
30 | | - }, |
31 | | - { |
32 | | - "name": "Martin Lijanto" |
33 | | - } |
34 | | - ], |
35 | | - "homepage": "", |
36 | | - "dependencies": { |
37 | | - "bower": "" |
38 | | - }, |
39 | | - "devDependencies": { |
40 | | - "grunt": "^0.4.5", |
41 | | - "grunt-assemble": "^0.4.0", |
42 | | - "grunt-bump": "^0.3.1", |
43 | | - "grunt-contrib-clean": "^0.6.0", |
44 | | - "grunt-contrib-connect": "^0.9.0", |
45 | | - "grunt-contrib-copy": "^0.7.0", |
46 | | - "grunt-contrib-jshint": "^0.11.2", |
47 | | - "grunt-contrib-watch": "^0.6.1", |
48 | | - "grunt-file-exists": "^0.1.2", |
49 | | - "grunt-notify": "^0.4.1", |
50 | | - "grunt-sass": "^1.0.0", |
51 | | - "jshint-stylish": "^2.0.0" |
52 | | - }, |
53 | | - "scripts": { |
54 | | - "postinstall": "node_modules/.bin/bower install" |
55 | | - } |
| 2 | + "name": "winstrap", |
| 3 | + "description": "Winstrap is the official Bootstrap theme for Microsoft design language.", |
| 4 | + "repository": { |
| 5 | + "type": "git", |
| 6 | + "url": "git+https://github.com/winjs/winstrap.git" |
| 7 | + }, |
| 8 | + "version": "0.4.13", |
| 9 | + "author": "Microsoft", |
| 10 | + "contributors": [ |
| 11 | + "Frederic Perrin", |
| 12 | + "Mathias Wendlinger", |
| 13 | + "Romain Hottlet", |
| 14 | + "Andy Seres", |
| 15 | + "Rachel Nizhnikova", |
| 16 | + "Miles Grover", |
| 17 | + "Joe Day", |
| 18 | + "Martin Lijanto" |
| 19 | + ], |
| 20 | + "homepage": "http://winstrap.azurewebsites.net", |
| 21 | + "dependencies": { |
| 22 | + "bower": "" |
| 23 | + }, |
| 24 | + "devDependencies": { |
| 25 | + "grunt": "^0.4.5", |
| 26 | + "grunt-assemble": "^0.4.0", |
| 27 | + "grunt-bump": "^0.3.1", |
| 28 | + "grunt-contrib-clean": "^0.6.0", |
| 29 | + "grunt-contrib-connect": "^0.9.0", |
| 30 | + "grunt-contrib-copy": "^0.7.0", |
| 31 | + "grunt-contrib-jshint": "^0.11.2", |
| 32 | + "grunt-contrib-watch": "^0.6.1", |
| 33 | + "grunt-file-exists": "^0.1.2", |
| 34 | + "grunt-notify": "^0.4.1", |
| 35 | + "grunt-sass": "^1.0.0", |
| 36 | + "jshint-stylish": "^2.0.0" |
| 37 | + }, |
| 38 | + "scripts": { |
| 39 | + "postinstall": "bower install" |
| 40 | + }, |
| 41 | + "bugs": { |
| 42 | + "url": "https://github.com/winjs/winstrap/issues" |
| 43 | + }, |
| 44 | + "main": "index.js", |
| 45 | + "keywords": [ |
| 46 | + "microsoft", |
| 47 | + "windows", |
| 48 | + "bootstrap", |
| 49 | + "theme" |
| 50 | + ], |
| 51 | + "license": "MIT" |
56 | 52 | } |
0 commit comments