forked from HelfenKannJeder/come2help-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.86 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
{
"name": "come2help-webclient",
"version": "0.0.1",
"homepage": "http://come2.help/",
"bugs": {
"url": "https://github.com/HelfenKannJeder/come2help-web/issues"
},
"contributors": [
{
"name": "Valentin Zickner",
"email": "[email protected]"
},
{
"name": "Peter Schuller",
"email": "[email protected]"
},
{
"name": "Joshua Gleitze",
"email": "[email protected]"
},
{
"name": "Sebastian Richter",
"email": "[email protected]"
}
],
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/npm/npm.git"
},
"devDependencies": {
"bower": "^1.6.3",
"chai": "^3.3.0",
"chai-as-promised": "^5.1.0",
"closurecompiler": "^1.5.2",
"colors": "^1.1.2",
"connect": "^3.4.0",
"date-format-lite": "^0.7.4",
"eslint": "^1.6.0",
"eslint-config-angular": "^0.4.0",
"eslint-plugin-angular": "^0.12.0",
"extend": "^3.0.0",
"js-beautify": "^1.5.10",
"livereload": "^0.4.0",
"mocha": "^2.3.3",
"node-sass": "^3.3.3",
"portfinder": "^0.4.0",
"protractor": "git+https://github.com/jGleitz/protractor.git#browserstack",
"q": "^1.4.1",
"sass-lint": "^1.3.2",
"serve-static": "^1.10.0",
"watch": "^0.16.0"
},
"scripts": {
"postinstall": "bower install && npm run install-testdependencies && npm run build-css",
"build-css": "node tasks/sass",
"test": "protractor test/behaviour/protractor.conf",
"install-testdependencies": "webdriver-manager update --standalone --chrome --browserstacklocal",
"browsertest": "protractor test/behaviour/protractor.browserstack.conf",
"lint": "eslint js/**/*.js test/**/*.js && sass-lint -c css/.sass-lint.yml -v",
"chrometest": "protractor test/behaviour/protractor.conf --browser chrome",
"start": "node tasks/watch"
}
}