forked from justindujardin/ng2-material
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
103 lines (103 loc) · 3.35 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"name": "ng2-material",
"version": "0.5.0",
"description": "",
"main": "./index.js",
"repository": {
"type": "git",
"url": "[email protected]:justindujardin/ng2-material.git"
},
"author": "Justin DuJardin <[email protected]>",
"license": "MIT",
"readmeFilename": "README.md",
"scripts": {
"tdd": "./node_modules/.bin/grunt tdd",
"start": "./node_modules/.bin/grunt serve",
"test": "./node_modules/.bin/grunt karma",
"postinstall": "./node_modules/.bin/typings install"
},
"dependencies": {
"@angular/common": "2.0.0-rc.1",
"@angular/compiler": "2.0.0-rc.1",
"@angular/core": "2.0.0-rc.1",
"@angular/platform-browser": "2.0.0-rc.1",
"@angular/platform-browser-dynamic": "2.0.0-rc.1",
"@angular/router": "2.0.0-rc.1",
"@angular2-material/checkbox": "2.0.0-alpha.5-2",
"@angular2-material/core": "2.0.0-alpha.5-2",
"es6-promise": ">=3.0.2",
"reflect-metadata": "^0.1.3",
"es6-shim": "^0.35.0",
"rxjs": "5.0.0-beta.6",
"zone.js": "^0.6.12"
},
"typings": "./index.d.ts",
"devDependencies": {
"autoprefixer": "6.2.0",
"codelyzer": "0.0.19",
"coveralls": "2.11.6",
"css": "^2.2.1",
"css-loader": "0.23.1",
"es6-module-loader": "0.17.4",
"file-loader": "0.8.5",
"glob": "6.0.1",
"grunt": "0.4.5",
"grunt-bump": "0.7.0",
"grunt-cli": "0.1.13",
"grunt-continue": "^0.1.0",
"grunt-contrib-clean": "0.7.0",
"grunt-contrib-connect": "0.11.2",
"grunt-contrib-copy": "0.8.2",
"grunt-contrib-sass": "0.9.2",
"grunt-contrib-watch": "0.6.1",
"grunt-conventional-changelog": "5.0.0",
"grunt-karma": "0.12.1",
"grunt-notify": "0.4.3",
"grunt-npm": "0.0.2",
"grunt-postcss": "0.7.1",
"grunt-ts": "5.2.0",
"highlightjs": "8.7.0",
"istanbul": "1.0.0-alpha.2",
"karma": "0.13.19",
"karma-chrome-launcher": "0.2.2",
"karma-coverage": "0.5.3",
"karma-firefox-launcher": "0.1.7",
"karma-jasmine": "0.2.2",
"karma-mocha-reporter": "1.1.5",
"karma-sauce-launcher": "0.3.0",
"lcov-parse": "0.0.10",
"marked": "0.3.5",
"npm": "^3.9.2",
"remap-istanbul": "0.4.0",
"style-loader": "0.13.0",
"systemjs": "0.19.26",
"typescript": ">=1.8.9",
"typings": "^1.0.4",
"underscore": "1.8.3"
},
"contributors": [
"Justin DuJardin <[email protected]>",
"Grégory Copin <[email protected]>",
"Jaroslav Řehořka <[email protected]>",
"Sam <[email protected]>",
"Sylvain Dumont <[email protected]>",
"samuel.jones <[email protected]>",
"Dotan Simha <[email protected]>",
"Adam Busbin <[email protected]>",
"Daniel Rasmuson <[email protected]>",
"Dan MacFarlane <[email protected]>",
"Christian Beilschmidt <[email protected]>",
"Chris Seto <[email protected]>",
"Lukas Ruebbelke <[email protected]>",
"Maks3w <[email protected]>",
"Milos Stanic <[email protected]>",
"Miloš Stanić <[email protected]>",
"N. Schipper <[email protected]>",
"Paul Robinson <[email protected]>",
"BIZID Amine <[email protected]>",
"Sam Jones <[email protected]>",
"Sam Van Brussel <[email protected]>",
"Alexander Zeiher <[email protected]>",
"Ferdinand Torggler <[email protected]>"
]
}