-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
43 lines (43 loc) · 1009 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
43
{
"name": "mementoize",
"version": "1.2.0",
"description": "",
"bin": "./lib/bin/index.js",
"scripts": {
"prepublish": "mkdir -p lib/bin; touch lib/bin/index.js; babel src/bin/index.js --out-file lib/bin/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/data-doge/mementoize.git"
},
"keywords": [
"memento",
"video",
"reverse",
"ordered"
],
"author": "data-doge <[email protected]> (http://fuckafucka.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/data-doge/mementoize/issues"
},
"homepage": "https://github.com/data-doge/mementoize#readme",
"babel": {
"presets": [
"es2015"
]
},
"dependencies": {
"async": "^2.0.1",
"fs-exists-sync": "^0.1.0",
"lodash.range": "^3.2.0",
"moment": "^2.14.1",
"progress": "^1.1.8",
"remove": "^0.1.5",
"youtube-dl": "^1.11.1"
},
"devDependencies": {
"babel-cli": "^6.11.4",
"babel-preset-es2015": "^6.13.2"
}
}