forked from dncrews/angular-elastic-builder
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 767 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 767 Bytes
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
{
"name": "angular-elastic-builder",
"version": "1.4.0",
"description": "Angular Module for building an Elasticsearch Query",
"author": "Dan Crews <[email protected]>",
"license": "MIT",
"keywords": [
"angular",
"elasticsearch"
],
"repository": {
"type": "git",
"url": "https://github.com/dncrews/angular-elastic-builder.git"
},
"devDependencies": {
"angular-recursion": "^1.0.5",
"del": "^1.1.1",
"express": "^4.12.3",
"gulp": "^3.8.11",
"gulp-angular-templatecache": "^1.6.0",
"gulp-concat": "^2.5.2",
"gulp-header": "^1.2.2",
"gulp-rename": "^1.2.2",
"gulp-uglifyjs": "^0.6.1"
},
"scripts": {
"example": "node examples",
"test": "echo \"Error: no test specified\" && exit 1"
}
}