-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 868 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 868 Bytes
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
{
"name": "City",
"version": "0.0.1",
"description": "Internet GIS for the masses",
"repository": {
"type": "git",
"url": "https://github.com/Openpoint/city.git"
},
"dependencies": {
"angular": "^1.6.5",
"angular-animate": "^1.6.5",
"angular-aria": "^1.6.5",
"angular-material": "^1.1.4",
"angular-messages": "^1.6.5",
"angular-route": "^1.6.5",
"angular-ui-bootstrap": "^2.5.0",
"bootstrap": "^3.3.7",
"compression": "^1.7.0",
"express": "^4.15.3",
"forever": "^0.15.3",
"jquery": "^3.2.1",
"ng-scrollbar": "0.0.8",
"node-minify": "^2.1.1",
"object-pointer": "^1.1.1",
"openlayers": "^4.2.0",
"pg": "^4.5.6",
"socket.io": "^1.7.4"
},
"devDependencies": {
"angular-jsdoc": "^1.2.1",
"jsdoc": "git+https://github.com/jsdoc3/jsdoc.git",
"minami": "^1.1.1"
}
}