-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
52 lines (52 loc) · 1.53 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
{
"name": "@momsfriendlydevco/angular-ui-query-builder",
"version": "1.3.19",
"description": "MongoDB format query-builder UI component for Angular",
"main": "src/utilities.js",
"scripts": {
"serve": "node demo/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MomsFriendlyDevCo/angular-ui-query-builder.git"
},
"author": "Matt Carter <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/MomsFriendlyDevCo/angular-ui-query-builder/issues"
},
"homepage": "https://github.com/MomsFriendlyDevCo/angular-ui-query-builder#readme",
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"babel-plugin-angularjs-annotate": "^0.10.0",
"chai": "^4.2.0",
"express": "^4.17.0",
"faker": "^4.1.0",
"font-awesome": "^4.7.0",
"gulp": "^3.9.1",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.2.0",
"gulp-concat": "^2.6.1",
"gulp-file": "^0.4.0",
"gulp-gh-pages": "https://github.com/tekd/gulp-gh-pages/tarball/9ebafeb4011982c98038d8e90373fe7ed91e3f88",
"gulp-nodemon": "^2.4.2",
"gulp-plumber": "^1.2.1",
"gulp-preprocess": "^3.0.2",
"gulp-rename": "^1.4.0",
"gulp-replace": "^1.0.0",
"gulp-uglify": "^3.0.2",
"gulp-util": "^3.0.8",
"gulp-watch": "^5.0.1",
"mocha": "^6.1.4",
"rimraf": "^2.6.3",
"sift": "^7.0.1"
},
"dependencies": {
"angular": "^1.7.8",
"bootstrap": "^3.4.1",
"jquery": "^3.4.1",
"lodash": "^4.17.11",
"moment": "^2.24.0"
}
}