-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.1 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.1 KB
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
{
"name": "beverage-cli",
"description": "beverage is what you gulp",
"keywords": [
"gulp",
"help",
"gulpfriendly",
"tasks",
"beve",
"beverage",
"workflow",
"command",
"options"
],
"version": "0.0.6",
"repository": {
"type": "git",
"url": "git@github.com:gulpsome/beverage-cli.git"
},
"author": "Orlin M Bozhinov <om@soundsapiens.com>",
"bin": {
"beve": "bin/beverage.js",
"beverage": "bin/beverage.js"
},
"preferGlobal": true,
"dependencies": {
"be-goods": "0.0.8",
"beverage": "0.0.8",
"ramda": "^0.21.0",
"source-map-support": "^0.4.0",
"yargs": "^4.6.0"
},
"devDependencies": {
"babel-cli": "^6.7.7",
"babel-eslint": "^6.0.4",
"babel-preset-es2015-mod": "^6.6.0",
"eslint": "^2.9.0",
"eslint-config-standard": "^5.2.0",
"eslint-plugin-standard": "^1.3.2",
"gulp": "3.9.1"
},
"scripts": {
"build": "node_modules/.bin/babel beve-cli.js -o beve-cli.es5.js --source-maps inline",
"build:watch": "npm run build -- -w",
"test": "node_modules/.bin/gulp"
},
"license": "Unlicense"
}