forked from aullman/OpenTok-Angular
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.04 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.04 KB
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
{
"name": "opentok-angular",
"version": "0.4.3",
"description": "Angular module for OpenTok",
"main": "opentok-angular.js",
"dependencies": {
"gulp": "~3.5.5"
},
"devDependencies": {
"codeclimate-test-reporter": "0.0.4",
"gulp": "~3.5.5",
"gulp-bower": "0.0.6",
"gulp-jshint": "~1.5.0",
"gulp-rename": "~1.1.0",
"gulp-uglify": "~0.2.1",
"karma": "^0.12.22",
"karma-chrome-launcher": "^0.1.4",
"karma-coverage": "^0.2.7",
"karma-firefox-launcher": "^0.1.3",
"karma-jasmine": "~0.2.0"
},
"scripts": {
"test": "node node_modules/karma/bin/karma start karma.conf.js --single-run --browsers Firefox",
"postinstall": "./node_modules/gulp/bin/gulp.js"
},
"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"
}