forked from BTMorton/angular2-grid
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 2.14 KB
/
Copy pathpackage.json
File metadata and controls
73 lines (73 loc) · 2.14 KB
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
{
"name": "angular2-grid",
"version": "0.7.0",
"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"
},
"repository": {
"type": "git",
"url": "https://github.com/BTMorton/angular2-grid.git"
},
"keywords": [
"angular",
"angular2",
"grid",
"web-components"
],
"author": "Ben Morton <ben.morton91@gmail.com> (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)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/BTMorton/angular2-grid/issues"
},
"homepage": "https://github.com/BTMorton/angular2-grid",
"files": [
"src/NgGrid.ts",
"dist/NgGrid*"
],
"peerDependencies": {
"@angular/core": "^2.0.0-rc.0"
},
"devDependencies": {
"@angular/common": "^2.0.0-rc.0",
"@angular/core": "^2.0.0-rc.0",
"@angular/platform-browser-dynamic": "^2.0.0-rc.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",
"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": {}
}