-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.5 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
{
"author": {
"name": "Angelos Lenis",
"email": "angeloslenis@cloud.upwork.com"
},
"name": "atlas-query-editor",
"version": "1.0.0",
"homepage": "https://github.com/upwork/atlas-query-editor",
"title": "Atlas Query Editor",
"license": "Apache",
"repository": {
"type": "git",
"url": "https://github.com/upwork/atlas-query-editor.git"
},
"dependencies": {
"body-parser": "=1.16.1",
"cookie-parser": "=1.4.3",
"express": "=4.14.1",
"express-http-proxy": "=0.11.0",
"http-proxy": "=1.15.1",
"lodash": "=4.17.4",
"request": "=2.79.0"
},
"devDependencies": {
"bower": "=1.8.0",
"grunt": "=1.0.1",
"grunt-angular-templates": "=1.1.0",
"grunt-cache-breaker": "=2.0.1",
"grunt-cli": "=1.2.0",
"grunt-connect-proxy": "=0.2.0",
"grunt-contrib-clean": "=1.0.0",
"grunt-contrib-concat": "=1.0.1",
"grunt-contrib-connect": "=1.0.2",
"grunt-contrib-copy": "=1.0.0",
"grunt-contrib-cssmin": "=2.0.0",
"grunt-contrib-jshint": "=1.1.0",
"grunt-contrib-less": "=1.4.0",
"grunt-contrib-nodeunit": "=1.0.0",
"grunt-contrib-uglify": "=2.1.0",
"grunt-contrib-watch": "=1.0.0",
"grunt-express-server": "=0.5.3",
"grunt-injector": "=1.1.0",
"grunt-ng-annotate": "=3.0.0",
"grunt-regex-replace": "=0.4.0",
"grunt-rev": "=0.1.0",
"grunt-usemin": "=3.1.1",
"grunt-wiredep": "=3.0.1",
"jit-grunt": "=0.10.0",
"jshint-stylish": "=2.2.1",
"serve-static": "=1.11.2",
"time-grunt": "=1.4.0"
}
}