-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.29 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
{
"name": "craft-table",
"version": "1.1.4",
"description": "table for angular2",
"main": "craft-table.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Elecweb/craft-table.git"
},
"keywords": [
"ng2",
"angular2",
"table",
"semantic"
],
"author": "Elecwebmaker",
"typings": "./craft-table.d.ts",
"license": "MIT",
"bugs": {
"url": "https://github.com/Elecweb/craft-table/issues"
},
"homepage": "https://github.com/Elecweb/craft-table#readme",
"devDependencies": {
"@angular/common": "^2.4.0",
"@angular/compiler": "^2.4.0",
"@angular/core": "^2.4.0",
"@angular/forms": "^2.4.0",
"@angular/platform-browser": "^2.4.0",
"@angular/platform-browser-dynamic": "^2.4.0",
"@types/core-js": "^0.9.39",
"es6-promise": "^3.0.2",
"es6-shim": "^0.35.0",
"reflect-metadata": "^0.1.2",
"rxjs": "^5.1.0",
"typescript": "^2.2.1",
"typings": "^2.1.0",
"zone.js": "^0.7.6"
},
"peerDependencies": {
"@angular/common": "^2.4.0",
"@angular/compiler": "^2.4.0",
"@angular/core": "^2.4.0",
"@angular/platform-browser": "^2.4.0",
"@angular/platform-browser-dynamic": "^2.4.0"
}
}