forked from nsakovich/codefresh-challenge
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 2.1 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 2.1 KB
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
{
"name": "codefresh-challenge",
"version": "1.0.0",
"author": "Nick Sakovich",
"scripts": {
"install": "./node_modules/grunt-protractor-runner/node_modules/protractor/bin/webdriver-manager update"
},
"dependencies": {
"bluebird": "^3.4.6",
"body-parser": "^1.15.2",
"express": "^4.14.0",
"pg": "^6.1.0",
"pg-hstore": "^2.3.2",
"sequelize": "^3.24.3"
},
"devDependencies": {
"autoprefixer": "^6.3.6",
"babel-preset-es2015": "^6.9.0",
"chance": "^1.0.4",
"cssmin": "^0.4.3",
"grunt": "^0.4.5",
"grunt-aws-s3": "^0.14.5",
"grunt-babel": "^6.0.0",
"grunt-check-dependencies": "^0.12.0",
"grunt-concurrent": "^2.3.1",
"grunt-connect-proxy": "^0.2.0",
"grunt-connect-rewrite": "^0.2.1",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-connect": "^0.11.2",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^1.0.1",
"grunt-contrib-htmlmin": "^1.4.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-pug": "^1.0.0",
"grunt-contrib-stylus": "^1.2.0",
"grunt-contrib-symlink": "^1.0.0",
"grunt-contrib-uglify": "^1.0.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-exec": "^1.0.0",
"grunt-filerev": "^2.3.1",
"grunt-filerev-replace": "^0.1.5",
"grunt-html2js": "^0.3.6",
"grunt-karma": "^2.0.0",
"grunt-modernizr": "^1.0.2",
"grunt-newer": "^1.1.1",
"grunt-ng-annotate": "^2.0.2",
"grunt-nodemon": "^0.4.2",
"grunt-postcss": "^0.8.0",
"grunt-protractor-runner": "^3.2.0",
"grunt-pug-i18n": "^1.0.0",
"grunt-simple-mocha": "^0.4.1",
"grunt-ssh-deploy": "^0.4.1",
"grunt-usemin": "^3.1.1",
"jasmine-core": "^2.4.1",
"jasmine-spec-reporter": "^2.7.0",
"jit-grunt": "^0.10.0",
"karma": "^1.1.0",
"karma-chrome-launcher": "^1.0.1",
"karma-html2js-preprocessor": "^1.1.0",
"karma-jasmine": "^1.0.2",
"karma-phantomjs-launcher": "^1.0.2",
"phantomjs": "^2.1.7",
"protractor": "^4.0.9",
"should": "^11.1.1",
"sqlite3": "^3.1.6",
"supertest": "^2.0.1",
"time-grunt": "^1.3.0"
}
}