forked from sparcedge/funretro
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1014 Bytes
/
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
{
"name": "Fireideaz",
"description": "Retrospective tool",
"version": "0.0.1",
"private": false,
"scripts": {
"jshint": "jshint js/. --exclude js/vendor",
"test": "karma start karma.conf.js --singleRun=true"
},
"devDependencies": {
"chai": "^3.5.0",
"connect-livereload": "latest",
"gulp": "^3.9.0",
"gulp-concat": "latest",
"gulp-concat-css": "latest",
"gulp-jshint": "^1.11.2",
"gulp-rename": "latest",
"gulp-sass": "^2.0.4",
"gulp-uglify": "latest",
"gulp-uglifycss": "latest",
"gulp-watch": "latest",
"jshint": "latest",
"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-nyan-reporter": "^0.2.3",
"karma-phantomjs-launcher": "^0.2.3",
"karma-sinon": "^1.0.4",
"mocha": "^2.4.5",
"phantomjs": "^2.1.3",
"roboto-fontface": "^0.4.2",
"tiny-lr": "latest"
},
"dependencies": {
"express": "^4.13.3"
}
}