-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
98 lines (98 loc) · 2.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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"name": "norman-projects",
"version": "0.3.0",
"description": "Projects Module",
"repository": {
"type:": "git",
"url": "https://github.com/sapbuild/Projects.git"
},
"licenses": [
{
"type": "Apache License, Version 2.0",
"url": "https://github.com/SAP/Build/blob/master/LICENSE.txt"
}
],
"engines": {
"node": ">=0.10.0"
},
"main": "server/index.js",
"devDependencies": {
"gridfs-stream": "0.5.3",
"angular-mocks": "1.3.3",
"browserify-istanbul": "^0.1.3",
"async": "0.9.0",
"connect-livereload": "^0.5.2",
"coveralls": "^2.11.3",
"cucumber": "^0.4.7",
"destroy": "^1.0.3",
"express-jwt": "^0.1.3",
"express-session": "~1.0.2",
"grunt": "^0.4.5",
"object-assign": "~2.0.0",
"grunt-autoprefixer": "^2.2.0",
"grunt-browserify": "^3.2.0",
"grunt-concurrent": "^1.0.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-cssmin": "^0.10.0",
"grunt-contrib-htmlmin": "^0.3.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-less": "^0.12.0",
"grunt-contrib-rename": "0.0.3",
"grunt-contrib-uglify": "^0.6.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-env": "^0.4.2",
"grunt-eslint": "^13.0.0",
"grunt-exorcise": "^0.2.0",
"grunt-express-server": "^0.4.19",
"grunt-html2js": "^0.2.9",
"grunt-karma": "^0.9.0",
"grunt-mocha-test": "^0.12.3",
"grunt-newer": "^0.8.0",
"grunt-ng-annotate": "^0.7.0",
"grunt-nodemon": "^0.3.0",
"grunt-notify": "^0.4.1",
"grunt-open": "^0.2.3",
"grunt-protractor-runner": "^1.2.1",
"grunt-wait": "0.1.0",
"grunt-mocha-istanbul": "^2.3.0",
"grunt-string-replace": "^1.0.0",
"istanbul": "^0.3.5",
"mocha-steps": "0.0.1",
"mocha-jenkins-reporter": "^0.1.4",
"jasmine-core": "^2.1.2",
"jit-grunt": "^0.9.0",
"karma": "^0.12.25",
"karma-chai": "^0.1.0",
"karma-chai-plugins": "0.6.0",
"karma-coverage": "0.2.6",
"karma-junit-reporter": "^0.2.2",
"karma-mocha": "^0.1.9",
"karma-ng-html2js-preprocessor": "^0.1.2",
"karma-phantomjs-launcher": "^0.1.4",
"karma-script-launcher": "^0.1.0",
"karma-sinon-chai": "^0.2.0",
"morgan": "^1.5.0",
"ms": "^0.7.0",
"supertest": "~0.11",
"request": "^2.51.0",
"rss": "1.1.1",
"time-grunt": "^1.0.0",
"norman-auth-e2e": "0.3.0",
"norman-auth-client": "0.3.0",
"norman-auth-server": "0.3.0",
"norman-shell-client": "0.3.0",
"node-sap-app-server": "0.3.0",
"norman-common-client": "0.3.0",
"norman-common-server": "0.3.0",
"norman-server-tp": "0.3.0",
"norman-client-tp": "0.3.1",
"norman-testing-server": "0.3.0",
"norman-testing-tp": "0.3.0",
"norman-testing-tp-client": "0.3.0",
"norman-audit-server": "0.3.0"
},
"scripts": {},
"private": true
}