forked from luizfar/firedeaz
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.41 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
{
"name": "Fireideaz",
"description": "Retrospective tool",
"version": "0.0.1",
"private": false,
"scripts": {
"jshint": "jshint js/. --exclude js/vendor",
"deploy": "./deploy.sh",
"test": "karma start karma.conf.js --singleRun=true"
},
"devDependencies": {
"angular-mocks": "^1.5.5",
"chai": "^3.5.0",
"connect-livereload": "latest",
"gh-pages": "^0.11.0",
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-concat": "latest",
"gulp-concat-css": "latest",
"gulp-jshint": "^1.11.2",
"gulp-rename": "latest",
"gulp-sass": "^2.0.4",
"gulp-sourcemaps": "^2.0.0-alpha",
"gulp-uglify": "latest",
"gulp-uglifycss": "latest",
"gulp-watch": "latest",
"jshint": "2.0.0",
"jshint-stylish": "^2.2.0",
"karma": "^0.13.10",
"karma-chai": "^0.1.0",
"karma-coverage": "^0.5.2",
"karma-coveralls": "^1.1.2",
"karma-mocha": "^0.2.1",
"karma-mocha-reporter": "^2.0.2",
"karma-nyan-reporter": "^0.2.3",
"karma-phantomjs-launcher": "latest",
"karma-sinon": "^1.0.4",
"mocha": "^2.4.5",
"phantomjs-prebuilt": "^2.1.4",
"roboto-fontface": "^0.4.2",
"sinon": "1.17.3",
"tiny-lr": "latest"
},
"dependencies": {
"angular": "^1.4.9",
"angular-aria": "^1.5.5",
"angular-sanitize": "^1.5.5",
"angularfire": "^1.2.0",
"express": "^4.13.3",
"font-awesome": "^4.6.1",
"ng-dialog": "^0.6.0"
}
}