-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1016 Bytes
/
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-npm-test",
"description": "effortless gulp test task(s) + notifications",
"keywords": [
"gulp",
"beverage",
"gulpfriendly",
"test",
"task",
"npm",
"package.json",
"notifications",
"workflow",
"productivity"
],
"version": "0.0.4",
"repository": {
"type": "git",
"url": "[email protected]:gulpsome/gulp-npm-test.git"
},
"bugs": {
"mail": "[email protected]",
"url": "https://github.com/gulpsome/gulp-npm-test/issues"
},
"author": "Orlin M Bozhinov <[email protected]>",
"contributors": [],
"main": "index.js",
"dependencies": {
"be-goods": "0.0.4",
"childish-process": "0.0.5",
"gulp-cause": "0.0.6",
"lodash.merge": "^3.3.2",
"ramda": "^0.18.0",
"yargs": "3.32.0"
},
"devDependencies": {
"batshit": "0.1.1"
},
"jshintConfig": {
"asi": true,
"node": true
},
"scripts": {
"test": "batshit -t test"
},
"engines": {
"node": ">= 0.10.0"
},
"license": "MIT"
}