forked from justindujardin/ng2-material
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
95 lines (95 loc) · 2.96 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
{
"name": "ng2-material",
"version": "0.3.6",
"description": "",
"main": "dist/ng2-material.js",
"repository": {
"type": "git",
"url": "[email protected]:justindujardin/ng2-material.git"
},
"author": "Justin DuJardin <[email protected]>",
"license": "MIT",
"readmeFilename": "README.md",
"scripts": {
"start": "$(npm bin)/grunt serve",
"test": "$(npm bin)/grunt karma"
},
"dependencies": {
"angular2": ">=2.0.0-beta.14",
"es6-promise": ">=3.0.2",
"es6-shim": ">=0.35.0",
"reflect-metadata": "0.1.2",
"rxjs": "5.0.0-beta.2",
"zone.js": ">=0.6.6"
},
"typings": "dist/ng2-material.d.ts",
"devDependencies": {
"autoprefixer": "6.2.0",
"coveralls": "2.11.6",
"css": "^2.2.1",
"css-loader": "0.23.1",
"dts-generator": "1.6.3",
"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-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",
"grunt-webpack": "1.0.11",
"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",
"parse5": "^1.5.0",
"preboot": "^2.0.5",
"proxyquire": "^1.7.4",
"remap-istanbul": "0.4.0",
"style-loader": "0.13.0",
"systemjs": "0.19.2",
"systemjs-builder": "justindujardin/builder.git#typescript-source-maps",
"typescript": "1.8.0",
"underscore": "1.8.3",
"url-loader": "0.5.7",
"webpack": "1.12.13",
"webpack-dev-server": "1.14.1"
},
"contributors": [
"Justin DuJardin <[email protected]>",
"Grégory Copin <[email protected]>",
"Jaroslav Řehořka <[email protected]>",
"Sam <[email protected]>",
"Sylvain Dumont <[email protected]>",
"Dotan Simha <[email protected]>",
"Milos Stanic <[email protected]>",
"Miloš Stanić <[email protected]>",
"N. Schipper <[email protected]>",
"Paul Robinson <[email protected]>",
"Sam Van Brussel <[email protected]>",
"Adam Busbin <[email protected]>",
"samuel.jones <[email protected]>",
"Chris Seto <[email protected]>",
"Dan MacFarlane <[email protected]>",
"Daniel Rasmuson <[email protected]>",
"Ferdinand Torggler <[email protected]>",
"Lukas Ruebbelke <[email protected]>",
"Maks3w <[email protected]>"
]
}