-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.26 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
{
"name": "ox-pgp-mail",
"version": "0.0.1",
"repository": "https://github.com/johnyb/ox_pgp_mail.git",
"scripts": {
"start": "grunt dev"
},
"author": {
"name": "Julian Bäume",
"email": "julian@svg4all.de"
},
"dependencies": {},
"optionalDependencies": {
"open-xchange-shared-grunt-config": "^0.12.0",
"grunt": "^0.4.5",
"assemble-less": "^0.7.0",
"grunt-check-dependencies": "^0.10.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-copy": "^0.8.0",
"grunt-newer": "^1.1.0",
"grunt-jsonlint": "^1.0.1",
"grunt-require-gettext": "^0.6.0",
"grunt-contrib-jshint": "^0.11.0",
"grunt-jscs": "^2.1.0",
"grunt-bump": "^0.5.0",
"underscore": "^1.8.0"
},
"devDependencies": {
"appserver": "^0.5.0",
"chai": "^3.2.0",
"grunt-contrib-connect": "^0.11.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-karma": "^0.12.0",
"karma": "^0.13.9",
"karma-chai": "^0.1.0",
"karma-mocha": "^0.2.0",
"karma-ox-ui": "^0.1.1",
"karma-phantomjs-launcher": "^0.2.0",
"karma-sinon": "^1.0.3",
"karma-spec-reporter": "0.0.20",
"mocha": "^2.2.5",
"requirejs": "^2.1.14",
"sinon": "^1.10.3"
}
}