-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.23 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
{
"name": "aloloco",
"version": "1.0.0",
"description": "it is the front end for the aloloco app",
"main": "server.js",
"dependencies": {
"angular": "^1.6.4",
"angular-auth0": "^2.0.0-beta.2",
"angular-dynamic-locale": "^0.1.32",
"angular-i18n": "^1.6.4",
"angular-jwt": "^0.1.9",
"angular-lock": "^2.0.2",
"angular-route": "^1.6.4",
"angular-spinners": "^3.1.2",
"angular-translate": "^2.15.1",
"angularjs-datepicker": "^2.1.19",
"auth0-js": "^8.7.0",
"bootstrap": "^3.3.7",
"bootstrap-slider": "^9.8.0",
"ejs": "^2.5.6",
"express": "^4.15.3",
"flatpickr": "^2.6.3",
"jquery": "^3.2.1",
"ngmap": "^1.18.4",
"tether": "^1.4.0",
"underscore": "^1.8.3"
},
"devDependencies": {
"angular": "^1.6.4",
"bootstrap": "^3.3.7"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LaimeJesus/grupo-b-012017-frontend.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/LaimeJesus/grupo-b-012017-frontend/issues"
},
"homepage": "https://github.com/LaimeJesus/grupo-b-012017-frontend#readme"
}