forked from BTMorton/angular2-grid
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
83 lines (83 loc) · 2.55 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
{
"name": "angular2-grid-ef",
"version": "0.7.27-78f67c62cf73c62a3cbf0acfb56ff8dbf6b08d07-ef",
"description": "A grid-based drag/drop/resize directive plugin for Angular 2",
"main": "dist/NgGrid.js",
"typings": "dist/NgGrid.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "bower install && gulp build",
"start": "concurrently \"http-server dist -p 9093 -o\" \"gulp watch\""
},
"repository": {
"type": "git",
"url": "https://github.com/BTMorton/angular2-grid.git"
},
"keywords": [
"angular",
"angular2",
"grid",
"web-components"
],
"author": "Ben Morton <[email protected]> (http://bmorton.co.uk/)",
"contributors": [
"Martin Sikora (https://github.com/martinsik)",
"Daniel Pastor de la Fuenta (https://github.com/aebsubis)",
"Frederik Schubert (https://github.com/frederikschubert)",
"Matthew de Nobrega (https://github.com/matthewdenobrega)",
"Alex (https://github.com/lifecoderua)",
"pocmanu (https://github.com/pocmanu)",
"Chris Morabito (https://github.com/morabitowoolpert)",
"Carlos Esteban Lopez Jaramillo (https://github.com/Luchillo)",
"Niklas Berg (https://github.com/nkholski)",
"Tudor Gergely (https://github.com/tudorgergely)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/BTMorton/angular2-grid/issues"
},
"homepage": "https://github.com/BTMorton/angular2-grid",
"files": [
"src/**",
"dist/**"
],
"peerDependencies": {
"@angular/core": "2.0.0-rc.2",
"@angular/platform-browser": "2.0.0-rc.2"
},
"devDependencies": {
"@angular/common": "2.0.0-rc.2",
"@angular/core": "2.0.0-rc.2",
"@angular/platform-browser-dynamic": "2.0.0-rc.2",
"concurrently": "^2.1.0",
"del": "^1.2.1",
"es6-promise": "^3.0.2",
"es6-shim": "^0.35.0",
"gulp": "^3.9.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.5.2",
"gulp-symlink": "^2.1.4",
"gulp-typescript": "^2.9.2",
"gulp-uglify": "^1.5.1",
"http-server": "^0.9.0",
"jasmine": "^2.3.2",
"jasmine-core": "^2.3.4",
"karma": "^0.13.10",
"karma-coverage": "^0.5.2",
"karma-jasmine": "^0.3.6",
"karma-phantomjs-launcher": "^0.2.1",
"merge2": "^0.3.6",
"phantomjs": "^1.9.19",
"reflect-metadata": "0.1.2",
"run-sequence": "^1.1.5",
"rxjs": "5.0.0-beta.6",
"systemjs": "^0.19.4",
"typescript": "^1.6.2",
"zone.js": "^0.6.12"
},
"dependencies": {
"@angular/compiler": "^2.0.0-rc.2",
"@angular/core": "^2.0.0-rc.2",
"angular2-uuid": "^1.0.7"
}
}