forked from webrtc/samples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 895 Bytes
/
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
{
"name": "webrtc",
"version": "1.0.0",
"description": "Project checking for WebRTC GitHub sample repo",
"main": "Gruntfile.js",
"scripts": {
"test": "grunt --verbose"
},
"repository": {
"type": "git",
"url": "https://github.com/samdutton/webrtc.git"
},
"keywords": [
"webrtc"
],
"author": "samdutton",
"license": "ISC",
"bugs": {
"url": "https://github.com/samdutton/webrtc/issues"
},
"homepage": "https://github.com/samdutton/webrtc",
"devDependencies": {
"grunt": ">=0.4.5",
"grunt-cli": ">=0.1.9",
"grunt-contrib-compress": "^0.13.0",
"grunt-contrib-csslint": ">=0.3.1",
"grunt-contrib-jshint": "^0.10.0",
"grunt-htmlhint": ">=0.4.1",
"grunt-jinja": "^0.3.0",
"grunt-jscs": ">=0.8.1",
"grunt-shell": "^1.1.1",
"grunt-jstestdriver-phantomjs": ">=0.0.7",
"grunt-closurecompiler": ">=0.0.21"
}
}