-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.74 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
59
60
61
62
63
64
65
66
{
"name": "appshot",
"version": "2.2.1",
"description": "A Command-Line Tool To Record Gifs Of Apps On MacOs.",
"main": "src/api.js",
"files": [
"build"
],
"bin": {
"appshot": "build/bin/appshot.js"
},
"scripts": {
"t": "zoroaster -a -t 15000",
"test": "yarn t test/spec test/mask",
"mask": "yarn t test/mask",
"spec": "yarn t test/spec",
"test-build": "ALAMODE_ENV=test-build yarn t test/spec",
"start": "node build/bin/appshot",
"List": "node src/bin -l",
"chrome": "DEBUG=appshot bin/run2.js --app Chrome --capture --no-empty-title",
"c": "babel-node open_chrome",
"s": "node build/bin -f s.gif -T 23 -a",
"dev": "NODE_DEBUG=appshot node src/bin appshot -w 0 -f appshot-appshot.gif",
"deva": "NODE_DEBUG=appshot node src/bin -f deva.gif -a",
"doc": "NODE_DEBUG=documentary doc Documentary -o README.md",
"lint": "eslint .",
"b": "alamode src -o build -s",
"activechrome": "python etc/active.py --app Chrome && npm run chrome"
},
"repository": {
"type": "git",
"url": "git://github.com/artdecocode/appshot.git"
},
"keywords": [
"gif",
"MacOS",
"mac",
"capture",
"screencapture",
"video",
"record",
"screencast"
],
"author": "Anton <[email protected]>",
"license": "MIT",
"dependencies": {
"argufy": "1.2.1",
"cli-table": "0.3.1",
"concat-frames": "1.0.3",
"gifsicle": "4.0.1",
"pump": "3.0.0",
"reloquent": "1.2.3",
"spawncommand": "2.1.0",
"usually": "1.1.0",
"uuid": "3.3.2",
"window-info": "1.0.4",
"wrote": "1.4.0"
},
"devDependencies": {
"alamode": "1.6.0",
"documentary": "1.20.1",
"eslint-config-artdeco": "1.0.1",
"temp-context": "2.0.0",
"zoroaster": "3.6.6"
}
}