This repository has been archived by the owner on Jul 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
82 lines (82 loc) · 2.19 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "piton-client",
"version": "0.0.1",
"description": "Projeto da disciplina de Engenharia de Software - 2016.2 - Universidade Federal de Campina Grande",
"main": "app.js",
"scripts": {
"start": "node app.js",
"pretest": "yarn install",
"test": "mocha"
},
"author": "",
"license": "ISC",
"devDependencies": {
"browser-sync": "^2.18.5",
"chai": "^3.5.0",
"chai-as-promised": "5.3.0",
"gulp": "^3.9.1",
"gulp-clean-css": "^2.2.1",
"gulp-concat": "^2.6.1",
"gulp-header": "^1.8.8",
"gulp-mocha": "^3.0.1",
"gulp-rename": "^1.2.2",
"gulp-run": "^1.7.1",
"gulp-uglify": "^2.0.0",
"gulp-usemin": "^0.3.26",
"jasmine-core": "^2.5.2",
"karma": "^1.3.0",
"karma-chai": "^0.1.0",
"karma-chai-as-promised": "^0.1.2",
"karma-chrome-launcher": "^2.0.0",
"karma-mocha": "^1.3.0",
"karma-nyan-reporter": "^0.2.4",
"karma-sinon": "^1.0.5",
"mocha": "^3.2.0",
"mockery": "^2.0.0",
"should": "^11.1.2",
"sinon": "^1.17.6",
"supertest": "^2.0.1"
},
"dependencies": {
"adm-dtp": "^1.1.4",
"angular": "^1.6.1",
"angular-animate": "^1.6.1",
"angular-aria": "^1.6.1",
"angular-jwt": "^0.1.8",
"angular-lock": "^1.0.5",
"angular-material": "1.1.1",
"angular-mocks": "^1.6.1",
"angular-storage": "0.0.15",
"angular-touch": "^1.6.1",
"angular-ui-bootstrap": "^2.3.2",
"angular-ui-router": "^0.3.2",
"auth0-angular": "^4.2.7",
"auth0-lock": "^10.7.3",
"body-parser": "*",
"bootstrap": "^3.3.7",
"bootstrap-material-design": "^0.5.10",
"cors": "^2.8.1",
"express": "^4.14.0",
"express-jwt": "^5.1.0",
"fb": "^1.1.1",
"font-awesome": "^4.7.0",
"fs": "0.0.1-security",
"gulp-git": "^1.12.0",
"gulp-gitignore": "^0.1.0",
"gulp-istanbul": "^1.1.1",
"gulp-jshint": "^2.0.4",
"gulp-minify-html": "^1.0.6",
"gulp-prompt": "^0.2.0",
"gulp-rev": "^7.1.2",
"gulp-run": "^1.7.1",
"jquery": "^3.1.1",
"jshint": "^2.9.4",
"lodash": "^4.17.4",
"mongoose": "^5.7.6",
"ngstorage": "^0.3.11",
"node-schedule": "^1.2.0",
"path": "^0.12.7",
"run-sequence": "^1.2.2",
"yarn": "^0.18.1"
}
}