forked from webrtcHacks/adapter
-
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) · 750 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 750 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-adapter-test",
"version": "0.2.3",
"description": "Hide browser differences in WebRTC APIs (test package name)",
"license": "BSD-3-Clause",
"main": "adapter.js",
"repository": {
"type": "git",
"url": "https://github.com/webrtc/adapter.git"
},
"scripts": {
"test": "test/run-tests"
},
"testling": {
"files": "test/test.js"
},
"devDependencies": {
"browserify": "^10.2.1",
"grunt": "^0.4.5",
"grunt-cli": ">=0.1.9",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-nodeunit": "~0.4.1",
"grunt-contrib-uglify": "^0.9.1",
"grunt-githooks": "^0.3.1",
"grunt-jscs": "^2.0.0",
"tape": "^4.0.0",
"testling": "^1.7.1",
"travis-multirunner": "^2.6.0"
}
}