-
Notifications
You must be signed in to change notification settings - Fork 38
/
package.json
35 lines (35 loc) · 899 Bytes
/
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
{
"name": "angular-elastic-builder",
"version": "1.5.1",
"description": "Angular Module for building an Elasticsearch Query",
"author": "Dan Crews <crewsd@gmail.com>",
"license": "MIT",
"keywords": [
"angular",
"elasticsearch"
],
"repository": {
"type": "git",
"url": "https://github.com/dncrews/angular-elastic-builder.git"
},
"devDependencies": {
"angular-recursion": "^1.0.5",
"angular-ui-bootstrap": "^1.2.5",
"del": "^1.2.1",
"eslint": "^2.7.0",
"express": "^4.13.4",
"gulp": "^3.9.1",
"gulp-angular-templatecache": "^1.6.0",
"gulp-concat": "^2.6.0",
"gulp-eslint": "^2.0.0",
"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",
"gulp": "gulp"
},
"dependencies": {}
}