forked from owncloud-archive/mail
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.14 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
{
"name": "mail",
"version": "0.4.3",
"description": "Mail app for ownCloud",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "./node_modules/.bin/jshint . && ./node_modules/.bin/jsxhint .",
"bower_deps": "./node_modules/.bin/bower install"
},
"repository": {
"type": "git",
"url": "https://github.com/owncloud/mail.git"
},
"keywords": [
"ownCloud",
"mail"
],
"author": "Thomas Müller and others",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/owncloud/mail/issues"
},
"homepage": "https://github.com/owncloud/mail",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-jshint": "^0.11.3",
"grunt-jscs": "^1.8.0",
"grunt-karma": "^0.12.1",
"jasmine-core": "^2.3.4",
"jscs-jsdoc": "^1.0.1",
"jshint": "^2.7.0",
"jsxhint": "^0.14.0",
"karma": "^0.13.10",
"karma-jasmine": "^0.3.6",
"karma-phantomjs-launcher": "^0.2.1",
"karma-requirejs": "^0.2.2",
"phantomjs": "^1.9.18"
},
"dependencies": {
"bower": "^1.5.2",
"grunt": "^0.4.5",
"requirejs": "^2.1.20"
}
}