forked from hoveytechllc/ngx-power-table
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.82 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
{
"name": "ng2-power-table",
"version": "0.2.2",
"description": "Angular2 table components",
"scripts": {
"release": "ntsc && gulp build && npm publish",
"test": "ntsc && concurrently \"ntsc -w\" \"karma start karma.conf.js\"",
"test-travis": "ntsc && ./node_modules/.bin/karma start --browsers Firefox --single-run",
"postinstall": "typings install"
},
"repository": {
"type": "git",
"url": "https://github.com/hoveytech/ng2-power-table.git"
},
"author": "David Hovey",
"license": "MIT",
"dependencies": {
"@angular/common": "2.0.0",
"@angular/compiler": "2.0.0",
"@angular/core": "2.0.0",
"@angular/forms": "2.0.0",
"@angular/http": "2.0.0",
"@angular/platform-browser": "2.0.0",
"@angular/platform-browser-dynamic": "2.0.0",
"@angular/router": "3.0.0",
"@angular/upgrade": "2.0.0",
"angular2-in-memory-web-api": "0.0.20",
"core-js": "^2.4.1",
"reflect-metadata": "^0.1.3",
"rxjs": "5.0.0-beta.12",
"systemjs": "0.19.27",
"traceur": "0.0.111",
"zone.js": "^0.6.23"
},
"devDependencies": {
"canonical-path": "0.0.2",
"concurrently": "^2.2.0",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-rename": "^1.2.2",
"gulp-typescript": "^3.0.2",
"gulp-uglify": "^2.0.0",
"http-server": "^0.9.0",
"jasmine-core": "~2.4.1",
"karma": "^1.2.0",
"karma-chrome-launcher": "^0.2.3",
"karma-cli": "^0.1.2",
"karma-coverage": "^0.2.6",
"karma-firefox-launcher": "^1.0.0",
"karma-htmlfile-reporter": "^0.3.4",
"karma-jasmine": "^0.3.8",
"karma-phantomjs-launcher": "^1.0.2",
"lite-server": "^2.2.0",
"lodash": "^4.11.1",
"protractor": "^3.3.0",
"rimraf": "^2.5.2",
"systemjs-builder": "^0.15.32",
"tslint": "^3.7.4",
"typescript": "^2.0.2",
"typings": "^1.0.4"
}
}