forked from luizfar/firedeaz
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.88 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
{
"name": "Fireideaz",
"description": "Retrospective tool",
"version": "0.0.1",
"private": false,
"scripts": {
"jshint": "jshint js/. --exclude js/vendor && stylelint stylesheets/*.scss",
"deploy": "./deploy.sh",
"test": "karma start karma.conf.js --singleRun=true",
"postinstall": "opencollective postinstall"
},
"devDependencies": {
"angular-mocks": "^1.5.5",
"chai": "^3.5.0",
"connect-livereload": "latest",
"gh-pages": "^0.12.0",
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-concat": "latest",
"gulp-concat-css": "latest",
"gulp-jshint": "^2.0.4",
"gulp-rename": "latest",
"gulp-sass": "^2.0.4",
"gulp-uglify": "latest",
"gulp-uglifycss": "latest",
"gulp-autoprefixer": "latest",
"gulp-watch": "latest",
"jshint": "2.9.4",
"jshint-stylish": "^2.2.0",
"karma": "^1.3.0",
"karma-chai": "^0.1.0",
"karma-coverage": "^1.1.1",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.0.2",
"karma-nyan-reporter": "^0.2.3",
"karma-phantomjs-launcher": "latest",
"karma-sinon": "^1.0.4",
"mocha": "^3.2.0",
"phantomjs-prebuilt": "^2.1.4",
"roboto-fontface": "^0.4.2",
"sinon": "1.17.6",
"tiny-lr": "latest",
"stylelint": "latest"
},
"dependencies": {
"angular": "^1.4.9",
"angular-aria": "^1.5.5",
"angular-sanitize": "^1.5.5",
"angularfire": "^2.3.0",
"clipboard": "^1.7.1",
"core-js": "^2.4.1",
"express": "^4.13.3",
"font-awesome": "^4.6.1",
"jspdf": "^1.3.3",
"ng-dialog": "^0.6.0",
"ng-file-upload": "12.2.13",
"opencollective": "^1.0.3",
"papaparse": "^4.2.0",
"vanilla-emoji-picker": "^0.2.0"
},
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/distributed",
"logo": "https://opencollective.com/opencollective/logo.txt"
},
"engines": {
"node": ">=8.6.0"
}
}