forked from BelledonneCommunications/linphone-web-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.13 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
{
"name": "linphone-web-ui",
"title": "Linphone Web 2",
"description": "",
"version": "0.0.0",
"homepage": "",
"author": {
"name": "Belledonne Communications"
},
"repository": {
},
"licenses": [{
"type": "Proprietary"
}],
"dependencies": {
"grunt": "~0.4.1",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-cssmin": "~0.6.2",
"grunt-contrib-htmlmin": "~0.1.3",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-uglify": "~0.2.4",
"grunt-contrib-connect": "~0.5.0",
"grunt-contrib-jshint": "~0.6.4",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-nodeunit": "~0.2.1",
"grunt-contrib-csslint": "~0.1.2",
"grunt-contrib-livereload": "~0.1.2",
"jpegtran-bin": "0.2.0",
"grunt-contrib-imagemin": "~0.3.0",
"grunt-contrib-compress": "~0.5.2",
"grunt-contrib-handlebars": "~0.5.11",
"grunt-oversprite": "git://git.linphone.org/grunt-oversprite.git",
"grunt-preprocess": "git://git.linphone.org/grunt-preprocess.git",
"grunt-html-validation": "~0.1.5",
"grunt-shell": "~0.5.0",
"express": "~3.4.0",
"commander": "~2.0.0",
"cheerio": "~0.12.3"
},
"keywords": []
}