-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.83 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
{
"name": "gsa-challenge",
"version": "1.0.0",
"description": "TCG submission for the GSA 3-day challenge",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "mocha tests/*.js",
"citest": "istanbul cover _mocha -- -R tap tests/test.js > test.tap && istanbul report clover"
},
"author": "TCG",
"license": "ISC",
"dependencies": {
"bluebird": "^2.9.30",
"body-parser": "^1.12.3",
"bootstrap-sass": "^3.3.5",
"express": "^4.12.3",
"express-winston": "^0.3.0",
"font-awesome": "^4.3.0",
"gulp-eslint": "^0.12.0",
"gulp-mocha": "^2.0.1",
"gulp-nodemon": "^2.0.2",
"gulp-tap": "^0.1.3",
"lodash": "^3.9.3",
"moment": "^2.10.3",
"pg": "^4.4.0",
"pg-hstore": "^2.3.2",
"request": "^2.58.0",
"sequelize": "^3.2.0",
"should": "^6.0.1",
"supertest": "^0.15.0",
"winston": "^1.0.0",
"yargs": "^3.9.0"
},
"devDependencies": {
"angular": "^1.3.15",
"angular-mocks": "^1.3.15",
"chai": "^2.3.0",
"gulp": "^3.8.11",
"gulp-angular-protractor": "0.0.2",
"gulp-autoprefixer": "^2.3.1",
"gulp-concat": "^2.5.2",
"gulp-eslint": "^0.12.0",
"gulp-imagemin": "^2.2.1",
"gulp-istanbul": "^0.8.1",
"gulp-jsbeautifier": "0.0.8",
"gulp-protractor": "^1.0.0",
"gulp-ruby-sass": "^1.0.5",
"gulp-shell": "^0.4.1",
"gulp-sourcemaps": "^1.5.2",
"gulp-svg2png": "^0.3.0",
"imagemin-pngquant": "^4.1.0",
"istanbul": "^0.3.13",
"jasmine-reporters": "^2.0.6",
"karma": "^0.12.31",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.1.8",
"karma-junit-reporter": "^0.2.2",
"karma-mocha": "^0.1.10",
"karma-phantomjs-launcher": "^0.1.4",
"karma-requirejs": "^0.2.2",
"merge-stream": "^0.1.7",
"protractor": "^2.1.0",
"requirejs": "^2.1.17",
"tape": "^4.0.0"
}
}