forked from xiongmaotv/open-mccree
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.17 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
42
43
44
45
46
47
48
49
{
"name": "mccree",
"version": "1.1.27",
"description": "A framework for media load, demux, remux, decode and encode in javascript. ",
"directories": {
"doc": "docs"
},
"scripts": {
"init": "./scripts/init.sh",
"createmodule": "./scripts/createmodule.sh"
},
"repository": {
"type": "git",
"url": "[email protected]:xiongmaotv/open-mccree.git"
},
"keywords": [
"multimedia"
],
"author": "",
"license": {
"type": "Apache-2.0",
"url": "https://opensource.org/licenses/apache2.0.php"
},
"devDependencies": {
"lerna": "^2.0.0",
"babel": "6.23.0",
"babel-cli": "6.18.0",
"babel-eslint": "^7.1.1",
"babel-preset-es2015": "6.18.0",
"babel-preset-stage-0": "6.16.0",
"chai": "^3.5.0",
"del": "^2.2.2",
"gulp": "3.9.1",
"gulp-babel": "6.1.2",
"gulp-eslint": "3.0.1",
"gulp-header": "1.8.8",
"gulp-newer": "^1.3.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "1.2.2",
"gulp-sourcemaps": "2.2.0",
"gulp-uglify": "2.0.0",
"gulp-util": "^3.0.8",
"gulp-webpack": "1.5.0",
"gutil": "^1.6.4",
"json-loader": "^0.5.4",
"mocha": "3.4.2",
"watchify": "^3.8.0"
}
}