forked from justindujardin/ng2-material
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.91 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
{
"name": "ng2-material",
"version": "0.1.6",
"description": "",
"main": "all.ts",
"repository": {
"type": "git",
"url": "[email protected]:justindujardin/ng2-material.git"
},
"author": "Justin DuJardin <[email protected]>",
"license": "MIT+BSD Dual License",
"readmeFilename": "README.md",
"scripts": {
"test": "npm install"
},
"dependencies": {
"angular2": "2.0.0-beta.0",
"es6-promise": "3.0.2",
"es6-shim": "0.33.13",
"reflect-metadata": "0.1.2",
"rxjs": "5.0.0-beta.0",
"systemjs": "0.19.2",
"typescript": "1.8.0-dev.20151122",
"zone.js": "0.5.10"
},
"typings": "dist/ng2-material.d.ts",
"devDependencies": {
"autoprefixer": "6.2.0",
"coveralls": "2.11.6",
"dts-generator": "1.6.3",
"es6-module-loader": "^0.17.4",
"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-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",
"remap-istanbul": "0.4.0",
"systemjs-builder": "justindujardin/builder.git#typescript-source-maps",
"underscore": "1.8.3"
},
"contributors": [
"Jaroslav Řehořka <[email protected]>",
"Justin DuJardin <[email protected]>",
"Adam Busbin <[email protected]>",
"Chris Seto <[email protected]>"
]
}