-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
56 lines (56 loc) · 1.46 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
{
"name": "angular2-searchbox",
"version": "1.0.39",
"description": "An implementation to add advanced searching capabilities into a reusable UI to help build parameters based off of filters, queries and operators to send off to a search API.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"dist",
"index.js",
"index.d.ts"
],
"keywords": [
"angular2",
"tyb",
"advanced",
"searchbox"
],
"homepage": "https://github.com/tybeck/angular2-searchbox",
"author": "Tyler Beck",
"license": "MIT",
"dependencies": {
"@angular/common": "2.0.0",
"@angular/compiler": "2.0.0",
"@angular/core": "2.0.0",
"@angular/forms": "2.0.0",
"@angular/platform-browser": "2.0.0",
"@angular/platform-browser-dynamic": "2.0.0",
"@angular/router": "3.0.0",
"core-js": "^2.4.1",
"font-awesome": "^4.6.3",
"lodash": "^4.16.1",
"reflect-metadata": "^0.1.8",
"systemjs": "^0.19.38",
"zone.js": "^0.6.23"
},
"devDependencies": {
"async": "^2.0.1",
"chalk": "^1.1.3",
"change-case": "^3.0.0",
"globby": "^6.0.0",
"gulp": "^3.9.1",
"gulp-bump": "^2.4.0",
"gulp-clean": "^0.3.2",
"gulp-compass": "^2.1.0",
"gulp-connect": "^5.0.0",
"gulp-git": "^1.11.3",
"gulp-msg": "0.0.1",
"gulp-pug": "^3.0.4",
"gulp-typescript": "^2.13.6",
"merge2": "^1.0.2",
"typings": "^1.3.3",
"yargs": "^5.0.0"
}
}