-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
58 lines (58 loc) · 1.67 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
{
"name": "just-match-frontend",
"description": "JustMatch API Frontend",
"version": "0.0.0",
"license": "MIT",
"url": "https://github.com/justarrived/just-match-frontend/issues",
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/justarrived/just-match-frontend"
},
"contributors": [
"Fredrik Stockman",
"Jacob Burenstam"
],
"devDependencies": {
"istanbul": "^0.4.2",
"jasmine-core": "^2.4.1",
"karma": "^0.13.22",
"karma-chrome-launcher": "^0.1.4",
"karma-coverage": "^0.5.5",
"karma-jasmine": "0.3.8",
"protractor": "^2.1.0"
},
"scripts": {
"start": "grunt watch",
"postinstall": "bower install && grunt build compile",
"test": "node node_modules/karma/bin/karma start test/karma.conf.js",
"update-webdriver": "webdriver-manager update",
"preprotractor": "npm run update-webdriver",
"protractor": "protractor test/protractor-conf.js"
},
"dependencies": {
"bower": "^1.7.9",
"express": "^4.13.4",
"grunt": "~0.4.5",
"grunt-bump": "0.7.0",
"grunt-cli": "^1.2.0",
"grunt-connect-proxy": "^0.2",
"grunt-contrib-clean": "~0.7.0",
"grunt-contrib-concat": "~0.5.1",
"grunt-contrib-connect": "~0.9.0",
"grunt-contrib-copy": "~0.8.2",
"grunt-contrib-jshint": "~0.11.3",
"grunt-contrib-sass": "^0.9.2",
"grunt-contrib-uglify": "~0.11.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-html2js": "~0.3.5",
"grunt-hub": "~0.7.0",
"grunt-ng-annotate": "1.0.1",
"grunt-ng-constant": "~1.1.0",
"grunt-ngdocs": "^0.2.9",
"grunt-run-grunt": "~0.1.4",
"grunt-shell": "~1.1.2",
"gzippo": "^0.2.0",
"logfmt": "^1.2.0"
}
}