-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 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
{
"name": "be-goods",
"description": "let there be beverage goods",
"keywords": [
"gulp",
"beverage",
"workflow",
"helpers",
"require"
],
"version": "0.0.9",
"repository": {
"type": "git",
"url": "[email protected]:gulpsome/be-goods.git"
},
"author": "Orlin M Bozhinov <[email protected]>",
"main": "be-goods.es5.js",
"dependencies": {
"chalk": "^1.1.3",
"gulp-help": "^1.6.1",
"is-there": "4.3.2",
"ramda": "^0.21.0",
"source-map-support": "^0.4.0",
"tracer": "^0.8.3"
},
"devDependencies": {
"babel-cli": "^6.7.7",
"babel-eslint": "^6.0.4",
"babel-preset-es2015-mod": "^6.6.0",
"beverage": "0.0.8",
"eslint": "^2.9.0",
"eslint-config-standard": "^5.3.0",
"eslint-plugin-standard": "^1.3.2",
"gulp": "3.9.1"
},
"scripts": {
"build": "node_modules/.bin/babel be-goods.js -o be-goods.es5.js --source-maps inline",
"build:watch": "npm run build -- -w",
"test": "node_modules/.bin/beverage"
},
"license": "MIT"
}