forked from michael-benin-CN/gifshot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.3 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
50
51
52
53
54
55
56
57
58
{
"name": "gifshot",
"version": "0.4.5",
"description": "JavaScript library that can create animated gifs from video streams (e.g. webcam), existing videos (e.g. mp4), or existing images",
"main": "./dist/gifshot",
"repository": {
"type": "git",
"url": "https://github.com/yahoo/gifshot.git"
},
"keywords": [
"gif",
"animated gif",
"WebRTC",
"getUserMedia"
],
"contributors": [
{
"name": "Chase West"
},
{
"name": "Greg Franko"
}
],
"scripts": {
"preview": "node demo/server/server.js",
"build": "gulp",
"watch": "gulp watch",
"test": "gulp test"
},
"precommit": [
"build"
],
"devDependencies": {
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-env": "^1.5.2",
"babel-preset-es2015": "^6.24.1",
"chai": "^1.9.1",
"express": "^4.2.0",
"gulp": "^3.8.8",
"gulp-babel": "^6.1.2",
"gulp-iife": "^0.3.0",
"gulp-insert": "^0.3.0",
"gulp-install": "^0.2.0",
"gulp-mocha": "^1.1.0",
"gulp-rename": "^1.2.0",
"gulp-sequence": "^0.4.6",
"gulp-uglify": "^0.3.0",
"jshint": "latest",
"precommit-hook": "^1.0.7",
"rollup": "^0.43.0",
"rollup-plugin-babel": "^2.7.1",
"run-sequence": "^1.2.2"
},
"engine": {
"node": ">= 4.0.0"
},
"license": "MIT"
}