-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.06 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
{
"name": "beverage",
"description": "give it a gulp",
"keywords": [
"gulp",
"tasks",
"package.json",
"scripts",
"workflow",
"gulpfriendly"
],
"version": "0.0.8",
"repository": {
"type": "git",
"url": "[email protected]:gulpsome/beverage.git"
},
"author": "Orlin M Bozhinov <[email protected]>",
"main": "beverage.es5.js",
"dependencies": {
"be-goods": "0.0.8",
"gulp-cause": "0.0.7",
"gulp-npm-run": "0.0.3",
"hal-rc": "0.0.8",
"lodash.pick": "4.2.0",
"source-map-support": "^0.4.0",
"sourcegate": "^0.1.4"
},
"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",
"gulp-npm-test": "0.0.4"
},
"scripts": {
"build": "node_modules/.bin/babel beverage.js -o beverage.es5.js --source-maps inline",
"build:watch": "npm run build -- -w",
"test": "node_modules/.bin/gulp"
},
"license": "Unlicense"
}