-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
37 lines (37 loc) · 952 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
36
37
{
"name": "r7extlib",
"private": true,
"version": "0.2.8",
"description": "Easy interaction with Canal+ R7 box for external webapps",
"main": "dist/r7extlib.js",
"repository": {
"type": "git",
"url": "git://github.com/canalplus/r7extlib.git"
},
"bugs": {
"url": "https://github.com/canalplus/r7extlib/issues"
},
"homepage": "https://github.com/canalplus/r7extlib",
"scripts": {
"build": "bower install && gulp",
"test": "bower install && gulp test"
},
"devDependencies": {
"bower": "^1.8.4",
"chai": "^3.4.0",
"gulp": "^3.9.0",
"gulp-browserify": "^0.5.1",
"gulp-jshint": "^1.12.0",
"gulp-mocha": "^2.1.3",
"gulp-mocha-phantomjs": "^0.10.1",
"gulp-rename": "^1.2.2",
"gulp-rimraf": "^0.1.1",
"gulp-uglify": "^1.4.2",
"lodash": "^4.17.11",
"mocha": "^2.3.3",
"q": "^1.1.2",
"sinon": "^1.17.2",
"sinon-chai": "^2.8.0",
"yargs": "^3.29.0"
}
}