-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.22 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
{
"name": "gulp-cause",
"description": "declarative gulp tasks causality",
"keywords": [
"gulp",
"beverage",
"gulpfriendly",
"declarative",
"tasks",
"watch",
"json",
"data",
"format"
],
"version": "0.0.8",
"repository": {
"type": "git",
"url": "[email protected]:gulpsome/gulp-cause.git"
},
"author": "Orlin M Bozhinov <[email protected]>",
"main": "es5/gulp-cause.js",
"dependencies": {
"be-goods": "0.0.9",
"gulp-watch": "^4.3.5",
"ramda": "^0.21.0",
"source-map-support": "^0.4.0"
},
"devDependencies": {
"babel-cli": "6.8.0",
"babel-core": "^6.8.0",
"babel-eslint": "^6.0.4",
"babel-preset-es2015-mod": "^6.6.0",
"beverage": "0.0.8",
"chai": "^3.5.0",
"eslint": "^2.9.0",
"eslint-config-standard": "^5.3.1",
"eslint-plugin-standard": "^1.3.2",
"gulp": "^3.9.1",
"gulp-npm-test": "0.0.4",
"map.prototype.tojson": "^0.1.3",
"mocha": "^2.4.5"
},
"scripts": {
"build:what": "node_modules/.bin/babel -d es5 --source-maps inline",
"build": "npm run build:what -- gulp-cause.js cause-load.js",
"build:watch": "npm run build -- -w",
"test": "./node_modules/.bin/mocha"
},
"license": "MIT"
}