forked from Merynek/Freightily
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 849 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 849 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
{
"name": "newProject",
"version": "0.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "BSD",
"dependencies": {
"angular": "~1.5.2",
"angular-ui-notification": "~0.1.0",
"angular-ui-router": "~0.2.18",
"bootstrap": "~3.3.6",
"bootstrap-social": "^5.0.0",
"eonasdan-bootstrap-datetimepicker": "^4.17.42",
"gulp": "~3.9.1",
"gulp-connect": "~3.2.1",
"gulp-sass": "~2.2.0",
"i18next": "~2.4.0",
"i18next-client": "~1.11.4",
"jquery": "~2.2.2",
"jquery-countdown": "^2.2.0",
"jquery-simple-timer": "0.0.5",
"lodash": "~4.6.1",
"moment": "^2.15.1",
"ng-i18next": "~0.5.2",
"protractor": "~3.2.2",
"restangular": "~1.5.2",
"vsGoogleAutocomplete": "^0.5.0"
}
}