-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
40 lines (40 loc) · 1.13 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
{
"name": "balticweb",
"version": "1.0.0",
"devDependencies": {
"grunt": "~0.4.5",
"grunt-cli": "^1.2.0",
"grunt-contrib-jshint": "~0.11.0",
"grunt-contrib-nodeunit": "~0.4.1",
"grunt-contrib-uglify": "~0.9.1",
"grunt-contrib-concat": "~0.5.1",
"grunt-contrib-copy": "~0.8.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-contrib-clean": "~0.6.0",
"grunt-concurrent": "~1.0.0",
"grunt-contrib-connect": "~0.10.1",
"grunt-usemin": "~3.0.0",
"grunt-connect-proxy": "~0.2.0",
"grunt-cdnify": "~0.1.1",
"grunt-text-replace": "~0.4.0",
"path": "~0.4.9",
"grunt-appcache": "~0.1.8"
},
"dependencies": {
"angular": "^1.5.8",
"angular-chart.js": "^0.10.2",
"angular-growl-v2": "^0.7.5",
"angular-route": "^1.5.8",
"angular-timeago": "^0.4.3",
"angular-ui-bootstrap": "^2.1.1",
"angularjs-datepicker": "^2.1.21",
"chart.js": "^2.2.1",
"geolib": "^2.0.21",
"iso-3166-country-codes-angular": "^1.2.1",
"moment": "^2.14.1",
"ng-file-upload": "^12.2.5",
"numeral": "^1.5.3",
"xml2json": "^0.11.2",
"angular-datetime-inputs": "^0.2.6"
}
}