-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 809 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 809 Bytes
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
{
"name": "ifyify",
"version": "0.1.0",
"description": "Functional utils",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"build": "gulp build",
"test": "gulp build && gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/Tarabyte/ifyify.git"
},
"keywords": [
"functional",
"utils"
],
"author": "tarabyte",
"license": "MIT",
"bugs": {
"url": "https://github.com/Tarabyte/ifyify/issues"
},
"homepage": "https://github.com/Tarabyte/ifyify",
"devDependencies": {
"gulp-mocha": "^0.5.1",
"gulp": "^3.8.6",
"gulp-jshint": "^1.7.1",
"through2": "^0.5.1",
"gulp-util": "^2.2.20",
"chai": "^1.9.1",
"gulp-watch": "^0.6.8",
"gulp-bump": "^0.1.10",
"gulp-git": "^0.4.3"
}
}