forked from valor-software/ng2-select
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
86 lines (86 loc) · 2.36 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
84
85
86
{
"name": "ng2-select",
"version": "1.0.1-beta.0",
"description": "Angular2 based replacement for select boxes",
"scripts": {
"ngc": "ngc --project tsconfig.json",
"tsc": "tsc --project tsconfig.json",
"compile": "rm -rf dist/* && npm run ngc && npm run tsc"
},
"main": "dist/ng2-select.js",
"typings": "dist/ng2-select.d.ts",
"keywords": [
"angular2",
"select",
"selectify",
"angularjs"
],
"author": "Vyacheslav Chub <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/valor-software/ng2-select.git"
},
"bugs": {
"url": "https://github.com/valor-software/ng2-select/issues"
},
"homepage": "https://github.com/valor-software/ng2-select#readme",
"dependencies": {},
"devDependencies": {
"@types/jquery": "2.0.34",
"@types/node": "6.0.48",
"bootstrap": "3.3.6",
"clean-webpack-plugin": "0.1.8",
"compression-webpack-plugin": "0.2.0",
"es6-shim": "0.33.13",
"eslint": "1.10.3",
"exports-loader": "0.6.3",
"file-loader": "0.8.5",
"gulp": "3.9.1",
"gulp-clean": "0.3.1",
"gulp-eslint": "1.1.1",
"gulp-size": "2.0.0",
"gulp-tsc": "1.1.4",
"gulp-tslint": "4.2.2",
"html-loader": "0.4.2",
"markdown-loader": "0.1.7",
"marked": "0.3.5",
"moment": "2.11.2",
"ng2-bootstrap": "1.0.5",
"pre-commit": "1.1.2",
"prismjs": "valorkin/prism",
"prismjs-loader": "0.0.2",
"raw-loader": "0.5.1",
"require-dir": "0.3.0",
"ts-loader": "0.8.1",
"tslint": "3.5.0",
"typescript": "2.4.2",
"webpack": "1.12.13",
"webpack-dev-server": "1.14.0",
"@angular/cli": "1.6.3",
"@angular/common": "~5.2.0",
"@angular/compiler": "~5.2.0",
"@angular/compiler-cli": "~5.2.0",
"@angular/core": "~5.2.0",
"@angular/http": "~5.2.0",
"@angular/platform-browser": "~5.2.0",
"@angular/platform-browser-dynamic": "~5.2.0",
"@angular/forms": "~5.2.0",
"core-js": "^2.4.1",
"rxjs": "~5.5.3",
"zone.js": "0.8.18",
"reflect-metadata": "0.1.3"
},
"contributors": [
{
"name": "Vyacheslav Chub",
"email": "[email protected]",
"url": "https://github.com/buchslava"
},
{
"name": "Dmitriy Shekhovtsov",
"email": "[email protected]",
"url": "https://github.com/valorkin"
}
]
}