-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
41 lines (41 loc) · 813 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
{
"name": "vinyl-named",
"description": "Give vinyl files chunk names.",
"version": "1.1.0",
"homepage": "https://github.com/shama/vinyl-named",
"author": {
"name": "Kyle Robinson Young",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git://github.com/shama/vinyl-named.git"
},
"bugs": {
"url": "https://github.com/shama/vinyl-named/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/shama/vinyl-named/blob/master/LICENSE-MIT"
}
],
"scripts": {
"test": "node test/test.js"
},
"engines": {
"node": ">= 0.10.0"
},
"dependencies": {
"through": "^2.3.6"
},
"devDependencies": {
"tape": "^3.0.0",
"vinyl-fs": "^0.3.9"
},
"keywords": [
"vinyl",
"fs",
"name"
]
}