-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
63 lines (63 loc) · 1.93 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
{
"name": "ng2-date-time",
"description": "Date time widget for Angular 2",
"homepage": "https://github.com/CWThomson/ng2-date-time",
"bugs": "https://github.com/CWThomson/ng2-date-time/issues",
"repository": {
"type": "git",
"url": "https://github.com/CWThomson/ng2-date-time.git"
},
"scripts": {
"build": "ng build",
"demo-app": "ng serve",
"test": "karma start test/karma.conf.js",
"cover": "node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha -- -R spec test/*",
"tslint": "tslint -c tslint.json 'src/**/*.ts'",
"typings": "typings install --global",
"postinstall": "npm run typings",
"e2e": "protractor",
"deploy": "firebase deploy",
"webdriver-manager": "webdriver-manager"
},
"version": "0.0.6",
"typings": "./src/index.ts",
"license": "MIT",
"main": "dist/index.js",
"engines": {
"node": ">= 4.2.1"
},
"dependencies": {
"@angular/common": "2.0.0-rc.4",
"@angular/compiler": "2.0.0-rc.4",
"@angular/core": "2.0.0-rc.4",
"@angular/forms": "0.2.0",
"@angular/http": "2.0.0-rc.4",
"@angular/platform-browser": "2.0.0-rc.4",
"@angular/platform-browser-dynamic": "2.0.0-rc.4",
"@angular2-material/core": "^2.0.0-alpha.6",
"@angular2-material/button": "^2.0.0-alpha.6",
"@angular2-material/icon": "^2.0.0-alpha.6",
"es6-shim": "0.35.1",
"reflect-metadata": "0.1.3",
"rxjs": "5.0.0-beta.6",
"systemjs": "0.19.31",
"zone.js": "0.6.12"
},
"devDependencies": {
"angular-cli": "^1.0.0-beta.9",
"codelyzer": "0.0.25",
"conventional-changelog": "^1.1.0",
"coveralls": "^2.11.11",
"ember-cli-inject-live-reload": "^1.4.0",
"istanbul": "^0.4.4",
"jasmine-core": "^2.4.1",
"karma": "^1.1.1",
"karma-jasmine": "^1.0.2",
"protractor": "^3.3.0",
"stylelint": "^6.9.0",
"ts-node": "^0.7.3",
"tslint": "^3.13.0",
"typescript": "^2.0.0",
"typings": "^1.3.1"
}
}