forked from Orange-OpenSource/hasplayer.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.09 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
{
"name": "hasplayer.js",
"version": "1.4.0",
"scripts": {
"build": "cd build && gulp",
"doc": "cd build && gulp doc",
"deploy-dev": "./build/deploy-ghpage-travis.sh",
"test": "node node_modules/intern/runner.js config=test/functional/testsCommon.js browsers=all selenium=remote application=development"
},
"repository": {
"type": "git",
"url": "github.com:Orange-OpenSource/hasplayer.js.git"
},
"license": "BSD-3-Clause-Clear",
"devDependencies": {
"del": "^2.2.0",
"gulp": "^3.9.1",
"gulp-banner": "^0.1.3",
"gulp-concat": "^2.6.0",
"gulp-footer": "^1.0.5",
"gulp-git": "^1.7.2",
"gulp-html-replace": "^1.5.5",
"gulp-jsdoc": "^0.1.5",
"gulp-jshint": "^2.0.0",
"gulp-minify-css": "^1.2.4",
"gulp-preprocess": "^2.0.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-uglify": "^1.5.3",
"gulp-umd": "^0.2.0",
"gulp-usemin": "^0.3.22",
"gulp-zip": "^3.2.0",
"intern": "^3.2.3",
"jshint": "^2.9.2",
"jshint-stylish": "^2.1.0",
"nopt": "^3.0.6",
"run-sequence": "^1.1.5"
}
}