forked from aullman/OpenTok-Angular
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.02 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
{
"name": "opentok-angular",
"version": "1.2.1",
"description": "Angular module for OpenTok",
"main": "opentok-angular.js",
"dependencies": {
"angular": "^1.4.8",
"opentok-layout-js": "^0.4.1"
},
"devDependencies": {
"gulp": "~3.5.5",
"gulp-jshint": "~1.5.0",
"gulp-rename": "~1.1.0",
"gulp-uglify": "~0.2.1",
"codeclimate-test-reporter": "0.0.4",
"karma-chrome-launcher": "^0.1.4",
"karma-coverage": "^0.2.7",
"karma-firefox-launcher": "^0.1.3",
"karma-jasmine": "~0.2.0",
"angular-mocks": "~1.4.8",
"jquery": "~2.2.0",
"karma": "^0.12.22"
},
"scripts": {
"test": "karma start karma.conf.js --single-run --browsers Chrome"
},
"repository": {
"type": "git",
"url": "https://github.com/aullman/OpenTok-Angular.git"
},
"keywords": [
"opentok",
"angular"
],
"author": "Adam Ullman",
"license": "MIT",
"bugs": {
"url": "https://github.com/aullman/OpenTok-Angular/issues"
},
"homepage": "https://github.com/aullman/OpenTok-Angular"
}