-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
63 lines (63 loc) · 1.74 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
{
"name": "project-staffing",
"version": "1.1.0",
"author": "Marcel Birkner",
"description": "Project Staffing App",
"main": "server.js",
"private": true,
"repository": {
"type": "git",
"url": "git://github.com/marcelbirkner/project-staffing"
},
"scripts": {
"postinstall": "webdriver-manager update && grunt build",
"test": "grunt test"
},
"dependencies": {
"angular": "^1.3.0",
"angular-animate": "^1.3.0",
"angular-mocks": "^1.3.0",
"angular-route": "^1.3.0",
"bootstrap": "^3.3.0",
"cors": "^2.3.2",
"express": "^3.8.0",
"express-validator": "^2.1.2",
"jquery": "^2.1.1",
"mongojs": "^0.13.1",
"utf8": "^2.0.0",
"validator": "^3.12.0"
},
"devDependencies": {
"chai": "^1.9.2",
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-compass": "^1.0.3",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-cssmin": "^0.10.0",
"grunt-contrib-sass": "^0.9.2",
"grunt-contrib-uglify": "^0.6.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-eslint": "^2.0.0",
"grunt-karma": "^0.9.0",
"grunt-ng-annotate": "^0.4.0",
"grunt-processhtml": "^0.3.8",
"grunt-version-assets": "^1.0.0",
"jasmine-reporters": "^1.0.1",
"karma": "^0.12.24",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.1.5",
"karma-firefox-launcher": "^0.1.3",
"karma-junit-reporter": "^0.2.2",
"karma-mocha": "^0.1.9",
"karma-phantomjs-launcher": "^0.1.4",
"karma-requirejs": "^0.2.2",
"karma-sinon": "^1.0.3",
"karma-sinon-chai": "^0.2.0",
"load-grunt-tasks": "^3.2.0",
"mocha": "^2.0.1",
"protractor": "1.3.1",
"sinon": "^1.11.1",
"sinon-chai": "^2.6.0"
}
}