forked from linagora/linshare-ui-admin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 1.87 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 1.87 KB
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
{
"name": "linshare-ui-admin",
"version": "2.1.0-rc1",
"description": "Admin interface for linshare",
"keywords": [
"linshare",
"linagora"
],
"homepage": "http://www.linshare.org",
"bugs": {
"url": "https://github.com/linagora/linshare-core/issues",
"email": "linshare-dev@lists.linpki.org"
},
"license": "http://www.linshare.org/licenses/LinShare-License_AfferoGPL-v3_en.pdf",
"author": {
"name": "Linagora",
"url": "http://linagora.com/"
},
"contributors": [
{
"name": "Camille TJHOA",
"email": "ctjhoa@linagora.com"
},
{
"name": "Frederic MARTIN",
"email": "fmartin@linagora.com"
},
{
"name": "Nicolas BERTRAND",
"email": "nbertrand@linagora.com"
}
],
"main": "",
"dependencies": {},
"devDependencies": {
"bower": "~1.3.3",
"grunt": "~0.4.1",
"grunt-bower-install": "~1.6.0",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-compass": "~0.8.0",
"grunt-contrib-concat": "~0.4.0",
"grunt-contrib-connect": "~0.7.1",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-cssmin": "~0.9.0",
"grunt-contrib-htmlmin": "~0.3.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-uglify": "~0.2.7",
"grunt-contrib-watch": "~0.6.1",
"grunt-json-minify": "~0.4.0",
"grunt-karma": "~0.8.3",
"grunt-newer": "~0.7.0",
"grunt-ngmin": "~0.0.3",
"grunt-protractor-runner": "~0.2.4",
"grunt-rev": "~0.1.0",
"grunt-sync-pkg": "~0.1.2",
"grunt-usemin": "~2.1.1",
"karma": "~0.12.16",
"karma-jasmine": "~0.2.2",
"karma-phantomjs-launcher": "~0.1.4",
"load-grunt-tasks": "~0.4.0",
"protractor": "~0.23.1",
"time-grunt": "~0.2.1"
},
"scripts": {
"postinstall": "./node_modules/bower/bin/bower install",
"test": "grunt test"
},
"engines": {
"node": ">=0.10.0"
}
}