0.0.6 | Built motion from commit ffa9431.
[motion.git] / public / assets / plugins / angular-elastic-builder / package.json
1 {
2   "name": "angular-elastic-builder",
3   "version": "1.4.0",
4   "description": "Angular Module for building an Elasticsearch Query",
5   "author": "Dan Crews <crewsd@gmail.com>",
6   "license": "MIT",
7   "keywords": [
8     "angular",
9     "elasticsearch"
10   ],
11   "repository": {
12     "type": "git",
13     "url": "https://github.com/dncrews/angular-elastic-builder.git"
14   },
15   "devDependencies": {
16     "angular-recursion": "^1.0.5",
17     "del": "^1.1.1",
18     "express": "^4.12.3",
19     "gulp": "^3.8.11",
20     "gulp-angular-templatecache": "^1.6.0",
21     "gulp-concat": "^2.5.2",
22     "gulp-header": "^1.2.2",
23     "gulp-rename": "^1.2.2",
24     "gulp-uglifyjs": "^0.6.1"
25   },
26   "scripts": {
27     "example": "node examples",
28     "test": "echo \"Error: no test specified\" && exit 1"
29   }
30 }