forked from webrtc/samples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 708 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 708 Bytes
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
{
"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-csslint": ">=0.3.1",
"grunt-contrib-jshint": "^0.10.0",
"grunt-htmlhint": ">=0.4.1",
"grunt-jscs": ">=0.8.1"
}
}