-
Notifications
You must be signed in to change notification settings - Fork 431
/
package.json
42 lines (42 loc) · 832 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
38
39
40
41
42
{
"name": "gifshot",
"version": "0.0.1",
"description": "JavaScript library that creates animated gifs from a video stream",
"main": "./src/gifshot",
"repository": {
"type": "git",
"url": "https://git.corp.yahoo.com/sports/gifshot.git"
},
"keywords": [
"gif",
"animated gif",
"WebRTC",
"getUserMedia"
],
"contributors": [
{
"name": "Chase West"
},
{
"name": "Greg Franko"
}
],
"scripts": {
"preview": "node server/server.js",
"build": "gulp",
"watch": "gulp watch"
},
"devDependencies": {
"amdclean": "^2.0.0",
"express": "^4.2.0",
"gulp": "^3.6.2",
"gulp-jshint": "^1.6.0",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^0.3.0",
"requirejs": "^2.1.11"
},
"engine": {
"node": ">= 0.8"
},
"license": "MIT"
}