-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.01 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
{
"name": "octomate",
"version": "0.3.6",
"description": "An automation helper",
"main": "bin/octomate.js",
"bin": "bin/octomate.js",
"scripts": {
"test": "echo \"The best test environment is production!\" && exit 0"
},
"repository": "git+https://github.com/jsbites/octomate.git",
"keywords": [
"automate",
"automation",
"byte-sized javascript",
"byte-sized",
"bytesized.tv",
"demos",
"education",
"javascript",
"learning",
"octomate",
"podcast",
"screencast",
"tutorials",
"vidcast",
"videocast",
"videos"
],
"author": "Volkan Özçelik <me@volkan.io> (https://volkan.io/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/jsbites/octomate/issues"
},
"homepage": "https://github.com/jsbites/octomate#readme",
"dependencies": {
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",
"remove": "^0.1.5"
},
"devDependencies": {
"babel-cli": "^6.9.0",
"babel-preset-es2015": "^6.9.0",
"babil": "^0.4.4"
}
}