-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.67 KB
/
Copy pathpackage.json
File metadata and controls
59 lines (59 loc) · 1.67 KB
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
54
55
56
57
58
59
{
"name": "yeg_photo_tagger",
"version": "1.0.0",
"main": "server/server.js",
"scripts": {
"start": "node .",
"pretest": "jshint .",
"posttest": "nsp check",
"postinstall": "./node_modules/jspm/jspm.js install"
},
"dependencies": {
"compression": "^1.0.3",
"cors": "^2.5.2",
"fast-csv": "^1.0.0",
"helmet": "^0.14.0",
"jspm": "^0.16.30",
"loopback": "^2.22.0",
"loopback-boot": "^2.6.5",
"loopback-component-explorer": "^2.1.0",
"loopback-connector-postgresql": "^2.4.1",
"loopback-datasource-juggler": "^2.39.0",
"newrelic": "^1.25.4",
"serve-favicon": "^2.0.1"
},
"devDependencies": {
"jshint": "^2.5.6",
"nsp": "^2.1.0"
},
"repository": {
"type": "",
"url": ""
},
"description": "yeg_photo_tagger",
"jspm": {
"directories": {
"baseURL": "client"
},
"dependencies": {
"angular": "npm:angular@^1.5.0",
"angular-resource": "npm:angular-resource@^1.5.0",
"angular-simple-logger": "npm:angular-simple-logger@^0.1.7",
"angular-ui-router": "npm:angular-ui-router@^0.2.18",
"bootstrap": "github:twbs/bootstrap@^3.3.6",
"humane-js": "npm:humane-js@^3.2.2",
"jquery": "npm:jquery@^2.2.1",
"leaflet": "github:Leaflet/Leaflet@^0.7.7",
"leaflet.markercluster": "npm:leaflet.markercluster@^0.4.0",
"lodash": "npm:lodash@^4.6.1",
"ng-admin": "npm:ng-admin@^0.9.1",
"text": "github:systemjs/plugin-text@^0.0.7",
"ui-leaflet": "npm:ui-leaflet@^1.0.0"
},
"devDependencies": {
"babel": "npm:babel-core@^5.8.24",
"babel-runtime": "npm:babel-runtime@^5.8.24",
"core-js": "npm:core-js@^1.1.4"
}
}
}