-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 914 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
{
"name": "gulp-cozy",
"version": "0.0.0",
"description": "Manage your gulp tasks in a cozier way",
"main": "index.js",
"scripts": {
"test": "./node_modules/xo/cli.js && ./node_modules/tape/bin/tape tests/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lmammino/gulp-cozy.git"
},
"keywords": [
"gulp",
"dependencies",
"tasks",
"automation",
"organization",
"cozy",
"cozier"
],
"author": "Luciano Mammino <[email protected]> (http://loige.co/)",
"license": "MIT",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/lmammino/gulp-cozy/blob/master/LICENSE"
}
],
"bugs": {
"url": "https://github.com/lmammino/gulp-cozy/issues"
},
"homepage": "https://github.com/lmammino/gulp-cozy#readme",
"devDependencies": {
"gulp": "^3.9.0",
"tape": "^4.3.0",
"xo": "^0.12.1"
}
}